My next.js app on heroku returns Status Code: 503 Service Unavailable on certain routes: #12262
Unanswered
antonioOrtiz
asked this question in
Help
Replies: 1 comment 3 replies
-
Hi did you figure out this? I am facing the same issue since yesterday |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there all! I just deployed my Next.js app to heroku (using mongodb atlas as its database). However on certain routes I get
Status Code: 503 Service Unavailable
The login route seems to work i.e. to check the database if the user exists. But that's it.This is my
server/index
file:Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions