Describe the bug
I have a problem with HMR with the latest version 2.0.0-rc7, after I modify the code, when I navigate between pages I have an error "Server function call failed with status 405"
I don't know if it related to #3150 and its fix.
Your Example Website or App
https://github.com/scesbron/solid-devtools-get-405
Steps to Reproduce the Bug or Issue
- start the project with
bun run dev
- you can go to page A and page B without any problem
- change something in the code (for example Title of page A)
- now if you navigate between pages you have an error "Server function call failed with status 405"
Expected behavior
As a user I expect that my app keeps working correctly after code modification and HMR
Screenshots or Videos
No response
Platform
- OS: macOS
- Browser: Firefox
- Version: 154.0.1
Additional context
No response
Describe the bug
I have a problem with HMR with the latest version 2.0.0-rc7, after I modify the code, when I navigate between pages I have an error "Server function call failed with status 405"
I don't know if it related to #3150 and its fix.
Your Example Website or App
https://github.com/scesbron/solid-devtools-get-405
Steps to Reproduce the Bug or Issue
bun run devExpected behavior
As a user I expect that my app keeps working correctly after code modification and HMR
Screenshots or Videos
No response
Platform
Additional context
No response