Successfully built and deployed the app on AWS but...
# help
s
Successfully built and deployed the app on AWS but getting { "message": "Internal Server Error" } in the postman when I am hitting any URL How can I see logs and errors in AWS deplyed app
s
Check the URL closely, make sure you're hitting the correct endpoint. You can check cloud watch logs to get more insight to errors
f
You can also run
sst console
to open up SST Console > Find the function in the
Function
tab > Then make a request to the endpoint > Wait for 20s and the CloudWatch logs for the request will show up
s
@Frank @Seth Geoghegan Why it is opening dev console
@Frank @Seth Geoghegan it's working now by npx sst console --stage prod thank you so much fro your valuable time and guidance