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
I really appreciate this example it has helped a lot! Been running into issues with my project so I thought I'd pull this down and run it just to see what it's like. I'm getting this. :(
Using: SAM CLI, version 1.125.0
and node: 20.18.0
The text was updated successfully, but these errors were encountered:
hmm the default server script added in wingleung/remix-aws#14 doesn't use virtual modules
the vite preset was still in a branch on remix-aws called add-vite-support so the steps to make it work should be
in remix-aws
checkout add-vite-support and make sure you pulled in any new commits just to be sure
run npm install
run npm run build
run npm link
in remix-aws-example
run npm install
run npm link remix-aws to overwrite the installed remix-aws
run ls -alh node_modules | grep remix-aws to make sure remix-aws is pointing to a local folder
run npm run start:local-lambda:x86_64 or npm run start:local-lambda:arm64 to run the infra and click on the link you get from the logs Mounting RemixFunction at http://127.0.0.1:3000/ [GET]
could you verify these steps and see if you still get the error?
Hey,
I really appreciate this example it has helped a lot! Been running into issues with my project so I thought I'd pull this down and run it just to see what it's like. I'm getting this. :(
Using: SAM CLI, version 1.125.0
and node: 20.18.0
The text was updated successfully, but these errors were encountered: