-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ampx sandbox invalid pointer #1804
Comments
+1 on Ubuntu 22.04 running in WSL2 |
Hey @p5 and @moleCuleFFF 👋 thanks for raising this! This is an interesting error, and I found a thread with a similar message in the Node.js repo nodejs/node#21845. In the thread it mentions a relation to OpenSSL, or perhaps an outdated C/C++ lib. @p5 are you also running linux in WSL? |
Thanks for looking into this. Both Fedora and Nix tend to keep their dependencies fairly up-to-date, but will take a look to see which exact versions are being used when I get back to my machine this evening. |
We "fixed" this by rolling Node back to v20 from v22, hope that's helpful :) |
Thanks! Can confirm this worked for us too. I guess there should be t least a tracking issue for supporting Node v22, since it will be LTS in about two months. I'm sure more people would be interested as LTS comes closer. Will close this issue as "Fixed" and create a tracker issue if there's not one already |
Environment information
Description
After trying to create the project created through the manual quickstart guide, I receive errors preventing me from deploying to the sandbox. There were no code changes made, and no package versions updated between generating the project and deploying.
I would appreciate it if somebody could assist with this issue. Thank you!
To reproduce, follow instructions in the manual installation quickstart guide:
npm create amplify@latest
cd <directory>
npx ampx sandbox
Please find the full log below:
The text was updated successfully, but these errors were encountered: