You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe it has something to do with the next-tf package. I found in "terraform-aws-next-js/packages/tf-next/src/utils/index.ts" that its parsing for next.config.js not blitz.config.js. Maybe because of that blitz can not wrap around next?
Has anybody an idea how I could fix it? Would really appreciate if somebody know a solution!
Note:
Yes, I specifically disabled the wrapping with next-pwa and it doesn't work. Even run terrafrom destroy, deleted .tf-next then build again with yarn tf-next and deployed again with terraform apply.
I am building on EC2 instance via Cloud9 on Amazon Linux:
The text was updated successfully, but these errors were encountered:
In theory the module should work with Blitz.js.
I am currently not up-to-date with the build process Blitz uses.
My latest info on that is that Blitz can detect if it is built inside a Vercel-like environment and outputs a next.config.js instead of a blitz.config.js.
tf-next itself currently creates a wrapper config to ensure that some configuration is set for deploying for the serverless target.
We are in the process to remove this wrapper in blitz-js/blitz#89.
Work on it is almost finished, but needs some final touches.
I have successfully deployed BlitzJS to AWS. However, when I try to login or signup an account I get an Error:
I think this issue is related to blitz-js/legacy-framework#13
I don't wrap the config like in the issue in 2955, so I don't get why it's not working correctly. BlitzJS is supported with this module, right?
My blitz.config.ts looks like this:
Maybe it has something to do with the next-tf package. I found in "terraform-aws-next-js/packages/tf-next/src/utils/index.ts" that its parsing for next.config.js not blitz.config.js. Maybe because of that blitz can not wrap around next?
Has anybody an idea how I could fix it? Would really appreciate if somebody know a solution!
Note:
terrafrom destroy
, deleted .tf-next then build again withyarn tf-next
and deployed again withterraform apply
.The text was updated successfully, but these errors were encountered: