Internal Server Error
When I authorized using Discord it's returning this error Internal Server Error
12 Replies
Project ID:
N/A
You might find these helpful:
- Discord bot once again getting rate-limited
- why am I getting this error sometimes even though the code works perfectly fine?
- Error on build
⚠️ experimental feature
and also I don't see the MongoDB connected
I should see like this
but this what I see on railway
add some logging to figure out why your app doesn't connect to mongodb, theres nothing we could do to help you without errors
Why are you trying to access the link? Most discord bots cannot be accessed through links other than the one that discord provides
Are you following a tutorial?
I'm creating a discordjs bot dashboard however, it's working on my laptop
ye I followed a Youtube tutorial but the instructor didn't mention anything about deploying
the app crash when login with discord oauth2
feel free to have a look at the repo https://github.com/KhaledGharib/dashboard-discordjs
GitHub
GitHub - KhaledGharib/dashboard-discordjs
Contribute to KhaledGharib/dashboard-discordjs development by creating an account on GitHub.
Did you update the apps redirect url in discord and your app?
Yep you can check it again
I believe my dashboard needs to connect to MongoDB
These logs when the app run on my laptop
and this is what shown in railway logs
Bruh it was MongoDB
I create a MongoDB service and change the old URL
and it's work