C. Spencer Beggs

Results 10 comments of C. Spencer Beggs

I see this error without a route group as well: ```json { "level": "error", "message": "ReferenceError: self is not defined\n at Object. (/var/task/.next/server/app/page.js:1:1)\n at Module._compile (node:internal/modules/cjs/loader:1105:14)\n at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)\n at...

You know what, I had `i18n` set in my config. Removing that let it deploy and I no longer see this error.

@alvarlagerlof It is here: https://github.com/spencerbeggs/nextjs-template This is a work-in-progress and my docs are incomplete.

I am just trying to be helpful as I encountered the exact same error and the solution had to do with incompatible config items. 🤷🏻‍♂️

Please accept my sincerest apologies for trying to help.

The base case for Lambda@Edge is that the output of the current implementation has to transform headers into AWS' format. This is what my handler looks like: ```js const zlib...

I started a two-week sprint today that requires this functionality, so I will fork and get to work.

I have a fork of that, too, but this package works better. You can find my fork here: https://github.com/spencerbeggs/serverless-http I got the origin-request parsing to work, if you want to...

@timmattison Thank you. This worked for me after Docker stopped working after I upgraded to Ventura.

@tcchau Your workaround is very helpful. I hope the Cognito team can either enforce URI safe temporary password generation or provide an additional encoded token parameter as this would allow...