wohali / oauth2-discord-new

New Discord Provider for the OAuth 2.0 Client
MIT License
118 stars 22 forks source link

Using $options causing some weird behavior #8

Closed jclaessens97 closed 6 years ago

jclaessens97 commented 6 years ago

Hello,

First of all thanks for the work put in this wrapper, it's quiet time saving for me ;). I got the whole thing working without options (to specify scopes). But when I use the options (copied from the docs) it causes some weird behavior for me. When you press authorize on the discord authorization page (after you logged in there & it shows you the list of permissions), it doesn't continue, but just refreshes to that page all over again. Any fix or idea what I can do to fix this?

Thanks in advance!

wohali commented 6 years ago

Hm, I haven't had that experience. Can you double-check that you don't have any javascript/ad blockers running in your browser? For example, start up Firefox while holding down Shift to run in Safe Mode, then try again.

jclaessens97 commented 6 years ago

I can confirm that running in safe mode it works perfectly fine. Weird...

jclaessens97 commented 6 years ago

In Chrome it works too, so I'm thinking something weird with my firefox is going on... I'll try with a fresh installation (including add-ons) and I'll let you know.