Patreon authorization page is broken

Hello!

I am using the OAuth flow to let users claim rewards on my web site. I am sending users to https://www.patreon.com/oauth2/authorize?[query] and they are correctly brought to the authorization page.

However, when clicking the “Allow” button, it does not work. I can see the form is trying to submit to an invalid URL:
[form action=“https://https://www.patreon.com/api/oauth2/authorize” method=“POST”]

I tried testing in both Firefox and Chrome. In fact, I even ran into this bug myself just now, when signing into the Patreon Developers site, using my Patreon account.

11 Likes

+1
Patreon devs misspelled url in the action field of the form on the “/oauth2/authorize” page. It has “https://https://www.patreon.com/api/oauth2/authorize” url instead of “https://www.patreon.com/api/oauth2/authorize”.

6 Likes

i am experiencing this issue too

3 Likes

The oauth login is broken here, because of that.

2 Likes

I am having the same issue.

2 Likes

same issue, what’s the solution

1 Like

same issue for me as well

1 Like

same issue, it’s just broken

1 Like

From Discord:

“Hey folks, the team is actively working on a fix! Thanks so much for reporting here and via Support.”

2 Likes

I’m affected by this problem too

Same issue. Is there anything to be done setting up a new client manually ?

Same issue here please fix

Same for me too! No one can login.

Looks like that the issue is fixed now!

Thanks everyone for reporting this, the issue has been fixed!