Hi all,
Recently, I have been getting a 504 error from the Patreon API when requesting a token. I haven’t changed any of my code for around a month, and prior it was working fine as of two hours ago. So I’m wondering if anyone else is having this problem.
Along with that, I have tried to go a authorize a new token using the authorization code method, however, I keep getting the following error from API instead of getting an authorization code:
{"errors":[{"code":1,"code_name":"generic-error","detail":"A runtime check failed.","id":"<ID> ","status":"403","title":"A runtime check failed."}]}
which seems to imply something is wrong backend. Note: <ID>
is an actual id
Thanks in advance.