Hello everyone, I am having an issue with deployed...
# help
m
Hello everyone, I am having an issue with deployed version of my app. In the local environment (when I run the stage with
npx sst start
) everything works correctly, but when I try to use the deployed version of my app (be it via auto Seed deployment or
npx sst deploy
) my API is not working at all. Does anyone know what might be the issue?
f
@Meris Tarhanis what error do you get when u visit ur API? If you open up
sst console
-> go to the Functions tab -> find the Lambda handling the API route that’s failing, can you share the log?
m
@Frank This issue has been resolved in a thread below this one. Thank you for reaching out đŸ˜„