-
Notifications
You must be signed in to change notification settings - Fork 135
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
Api route failed to respond #51
Comments
I'm getting the same issue. |
If you go to
1. Ur AWS CloudWatch console
2. Find the log group for the server handler function
3. Check the recent log streams
Can you share the errors you are seeing?
Frank
…--
<https://seed.run/>
Founder at SST <https://sst.dev>
SST <https://github.com/serverless-stack/serverless-stack> - OS framework
for building serverless apps
SEED <https://seed.run/> - Deploy, manage, and monitor serverless apps
On Fri, Mar 10, 2023 at 6:15 AM Debanjan Basu ***@***.***> wrote:
I'm getting the same issue.
—
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAUMO6BR3EPQTCQGZOIF3DW3MENTANCNFSM6AAAAAAVQAL24Y>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@EthanLLL I had similar errors using Node16, worked after upgrading to 18. Which version are you running locally? |
My local environment is on node 19, and is working fine. The issues is when I'm deploying this to SST v2 stack. I've upgraded my node version in the cloud to v18, without much help 😢. |
|
I have the same issue but on ssr, basically when it fails, it throws me the same error. Expected behaviour would be at least for me to render 500 error on dom. What i did for mitigate this issue is created custom 500 page, and whenever 500 happens in cloudfront i basically redirect to 500 page using cloudfront errors. Is there any other way to render 500 page from _error.js file without adding extra 500 component ? |
This issue happens when using Next 13 app/api dir. I am using app/[pages] and pages/api together to workaround this. |
Is this still an issue? #208 resolves most issues. Please report a new issue if you still experience it. |
Hi, the default api/hello route failed to respond when I deployed the server function to Lambda which works fine locally.
Any suggestions?
The text was updated successfully, but these errors were encountered: