-
Notifications
You must be signed in to change notification settings - Fork 134
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
【BUG】Deplpy Success, But I can not open the cloudfront url #53
Comments
Confirmed. I get the same error. Ubuntu 24.04 |
@tonyljx I updated the node version to 20, then cleaned up all the
And it worked for me. |
I still have the same problem, I'm building and deploying on a M1 Mac and the lambda runtime is as setup in the code x64. image-processing function complain missing sharp for x64 regardless of npm install sharp --prefix functions/image-processing/ --os=linux --cpu=x64 that is run on build. |
Hi @sejno, we have updated the prebuild script yesterday, could you delete the stack, clone the repo again and try to redeploy? |
@piotrekwitkowski I also got the same error about missing sharp dependencies even though I have the latest version, more details here: #55 |
Yes it worked. Sorry for the late replay |
After I clone the repo, and generate an access key.
I follow the command on Readme, after cdk deploy.
I want to visit https://xcxxxxx.cloudfront.net/images/rio/1.jpeg?format=auto&width=300
But It tell me an error, showing a 【Internel Server Error】
What happens? Can anyone help me solve this issue?
The text was updated successfully, but these errors were encountered: