Closed OmarEMC closed 3 years ago
I'm getting the same error, any update on this getting fixed?
I've updated all dependencies in the package.json and it has not resolved the issue, there's alterations to the code that will need to be made.
Go into your Discord Developer Portal app settings and make sure the Redirect URI only points to the /api
route, for example:
https://us-central1-<project-id>.cloudfunctions.net/api
<-- Notice there is no /auth
at the end as the read me previously stated.
I have updated the read me to prevent users from running into this error. If you still have issues after updating your Redirect URI please open another issue.
Sorry it took so long to respond, it is now working and tested with a live demo available.
Happy coding!
When i access to
/api/login
an then it redirects me to/api/auth
says Internal Server Error an the console:Any ideas?