Hey Devs,
My app was working just fine up until a few hours ago. It’s now starting to fail on the OAuth portion where Patreon redirects back to my app using the redirect URI along with a temporary authorization code. It’s now giving me a 403 unauthorized error whereas before this has worked flawlessly. I haven’t altered the code since the last time it was working.
This is the error I’m receiving from my logs. Has anyone experienced this before?
body: `<html><head><title>patreon.com</title><script src="/cdn-cgi/apps/head/7F2Ggij0e_TCnVgy3dJ0eOuIIUs.js"></script><style>#cmsg{animation: A 1.5s;}@keyframes A{0%{opacity:0;}99%{opacity:0;}100%{opacity:1;}}</style></head><body style="margin:0"><p id="cmsg">Please enable JS and disable any ad blocker</p><script>var dd={'cid':'AHrlqAAAAAMAxjRF_mivqqsAA5AHzA==','hsh':'DAA83DD4A3D06098A6A2CE2AD90A76','t':'fe','r':'b','s':35521,'host':'geo.captcha-delivery.com'}</script><script src="https://ct.captcha-delivery.com/c.js"></script></body></html>\n`,
statusCode: 403
Maybe more readable here so you don’t have to scroll right:
body: `<html><head><title>patreon.com</title><script src="/cdn-cgi/apps/head/7F2Ggij0e_TCnVgy3dJ0eOuIIUs.js"></script><style>#cmsg{animation: A 1.5s;}@keyframes A{0%{opacity:0;}99%{opacity:0;}100%{opacity:1;}}</style></head><body style="margin:0"><p id="cmsg">Please enable JS and disable any ad blocker</p><script>var dd={'cid':'AHrlqAAAAAMAxjRF_mivqqsAA5AHzA==','hsh':'DAA83DD4A3D06098A6A2CE2AD90A76','t':'fe','r':'b','s':35521,'host':'geo.captcha-delivery.com'}</script><script src="https://ct.captcha-delivery.com/c.js"></script></body></html>\n`, statusCode: 403