discord-js-bot
discord-js-bot copied to clipboard
Dashboard not working
Describe the bug I used replit to use the bot. In my config file its https://replname.username.repl.co and in the OAuth page its https://replname.username.repl.co/callback
Expected behavior The website should load up but when I actually run it, it says invalid oauth redirect uri
If possible
- NodeJS version:16.20.0
- Bot version:5.2.0
Try it some time letter and Open Web page in different tab of window
i think it should be https://replname.username.repl.co/api/callback
instead of https://replname.username.repl.co/callback
and also add another URI, https://replname.username.repl.co/selector
it'll work if you have made correct configs
replit users being replit users
i think it should be
https://replname.username.repl.co/api/callback
instead ofhttps://replname.username.repl.co/callback
and also add another URI,
https://replname.username.repl.co/selector
it'll work if you have made correct configs
Didn't work for me