sylveon / discord-ban-appeals

Sample ban appeals page with OAuth2 integration
https://discord-ban-appeal-preview.netlify.app/
MIT License
137 stars 45 forks source link

Bypass Ban Checking #31

Closed imaginativess closed 2 years ago

imaginativess commented 2 years ago

Hey, so I customized my form but I don't know javascript. How do I make it bypass the ban checking and just let me go to the form like the example you put on this repo's description because I'm getting a 404 error, might be because I deleted the error.html file since I don't need it.

sylveon commented 2 years ago

Create an environment variable named SKIP_BAN_CHECK in the Netlify dashboard and set its value to true

imaginativess commented 2 years ago

Create an environment variable named SKIP_BAN_CHECK in the Netlify dashboard and set its value to true

Thank you very much for responding fast!

imaginativess commented 2 years ago

Oh, I still getting an error. It redirects me when I click the button

imaginativess commented 2 years ago

Nevermind, I was required to have a error.html so everything will continue working. It's all fixed. This is so useful thank u so much!