Charles Milette
Charles Milette
DId you set the redirect URI correctly on the developer dashboard? > Go back to the [Discord Developer Portal](https://discord.com/developers/applications), open the dashboard for the application you created in step 1,...
Can I see screenshots for both issues? These errors don't seem to come from the ban appeals page itself.
I'm not seeing that issue on the current preview page, which ships the content of the current master branch. Do you have a page which reproduces the issue? Did you...
Are you using netlify?
I just did a fresh deploy of the current preview and everything works. Are you on the latest commit of the project?
Could you be more descriptive? How isn't it working?
The code in `public` is just plain HTML, easily selfhostable. The code in `func` is a bit harder, as it's AWS lambda code. You can upload those as lambdas on...
Open the application you are using for the appeals site in the Discord Developer Portal, then open the OAuth2 section. Click on Add Redirect and enter `https://mysite.com/.netlify/functions/oauth-callback` (replacing `mysite.com` with...
You need to redeploy the site for domain changes to fully propagate. In the Netlify dashboard, click Deploys, and then Trigger deploy. In the menu that shows up, hit Deploy...