Oauth Page is Now 404

Tried a fresh connection. Logged out of Patreon. Fresh connection still wont connect or generate new token etc. Everything goes to 404.

2 Likes

I think I’m also having the same issue. Just started today.

1 Like

So sorry for your problems, but thank you for responding so I don’t feel so crazy.

1 Like

I am also having the same issue 404 errors as well

I am also having the same issue 404 errors as well

I’m having the same issue here, I’ve tried a few different browsers and devices and it still occurs :frowning:

I just checked other creators’ Wordpress sites, and I get a 404 page not found error when I try to log in with Patreon on their sites too, so it seems like this issue might be more widespread.

I think I found the issue! URL is missing a character. It’s missing a ‘?’ in the url. Looks like maybe a developer forgot to add that in. Try adding a ‘?’ after “register_client_creation” and before the string “submit” in your url and see if that works.

So right now, it’s “[…]register_client_creationsubmit[…]”. It needs to be “[…]register_client_creation?submit[…]”

I did that in my URLs and it went through (though for mine, I needed to add “?” after “authorize” in my url.

Obviously, a developer still needs to fix this on their end :sob:

1 Like

This fixed it for me as well! Thank you so much for posting this!!

1 Like

Thanks for reporting this and sharing details on how to repro this! This should be fixed now.

Apologies for the disruption! :patreon-blob:

1 Like