hashicorp / next-remote-watch

Decorated local server for next.js that enables reloads from remote data changes
Mozilla Public License 2.0
353 stars 19 forks source link

server is undefined #26

Closed jmayergit closed 3 years ago

jmayergit commented 3 years ago
node_modules/next-remote-watch/bin/next-remote-watch:47
          app.server.hotReloader.send('building')
                     ^

TypeError: Cannot read property 'hotReloader' of undefined

"next": "^10.0.3",

kendallstrautman commented 3 years ago

Hi @jmayergit, this is an issue with the version of next you are using. Please use v10.0.9 or greater. Let us know (reopen the ticket) if that doesn't fix the issue!