When I go to my applications site, there is a login with Discord button. When it is clicked I get the following error " {“client_id”: [“Value "(SOME CLIENT ID I HAVE NEVER SEEN BEFORE)" is not snowflake.”]}. "
I am expecting the Discord login prompt that appears after navigating to the URL generated by Discord.
What’s more, I am testing this on browser, but the end state is with an iPhone. Does anyone know how to simply log the user into a mobile app using Discord, so we can get the servers they are in and hopefully their server roles?
Hey Dan, just resumed this issue. Now, we are able to get the Discord Authorize page to appear (in a Discord url, there’s a purple Authorize button), although (and this may be a Discord thing), it loops our page back to the Auth0 modal.
At first, we checked the callback URLs in Discord, since when integrating Gmail and Twitter this was a similar issue however even the shotgun approach at pasting all possible urls in the Discord redirects list, does not work.
Some additional info. The App.js is rendered to dom for a split second, then is redirected to Auth0. This does not occur for the other connections (Twitter and Gmail).