serverless-side-rendering-react-next
serverless-side-rendering-react-next copied to clipboard
Offline
I see your latest commit was removing offline, I tried adding it back in and running serverless offline, but ended up with the following error. Did you remove it because it wasn't working?
(node:51879) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: Cannot read property 'waitUntilReloaded' of undefined
I have the same issue - I've spent a few hours now trying several configurations, but it doesn't seem like next
, serverless
and in my case typescript
play nicely with each other.
same issue for me as well :(