Implement HMR on the server #1707
Replies: 3 comments 2 replies
-
Hey @johannesschaffer — this will happen if you change server-side code, like adding a new field or adding a new collection. If you are updating admin-only components like This is because the server relies on |
Beta Was this translation helpful? Give feedback.
-
Possible implementation idea here: #2563 |
Beta Was this translation helpful? Give feedback.
-
Update - this will be solved via moving to Next.js. Going to remove this from the roadmap and defer to the Next.js move: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Edit by @jmikrut on 19 Dec, 2022:
Bug Report
Always have to manually reload the page after each change.
Error:
GET http://localhost:3000/__webpack_hmr net::ERR_CONNECTION_RESET 200 (OK)
Steps to Reproduce
Didn't change any default config
Other Details
Payload v.1.3.4
Beta Was this translation helpful? Give feedback.
All reactions