Using Next.js and Serverless together (SSR, react, HMR)

I am currently working on a showcase/tutorial to put Next.js and Serverless together and could use some help.

I reached a point where I have a working development environment, but the deployed package on AWS is failing. I opened an issue at Next.js & Serverless - Errors once deployed to AWS · Issue #4772 · serverless/serverless · GitHub and could definitely use some help, I’ve been trying to figure it out for hours now, without success. :confused:

Related topics:

I fixed more bugs and got new ones, could use some help again :slight_smile:

I have some kind of URL mismatch due to the staging part of the url (dev) which isn’t used by Next.js and it goes looking for files at the wrong path.