Getting the page error above on step (2) of the patreon API documentation, “Making the Log In Button”
The url used is:
where:
response_type = “code”
client_id = The client ID provided on setup
redirect_uri = The address to handle step 3 of the documentation (A console log for now).
The server is written in NodeJS and hosted on fly.io
Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
beacon.min.js:1 Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
o83571.ingest.sentry.io/api/4504804404625408/envelope/?sentry_key=1cf4b989752b490ea5444fd20898f534&sentry_version=7&sentry_client=sentry.javascript.nextjs%2F7.46.0:1 Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
o83571.ingest.sentry.io/api/4504804404625408/envelope/?sentry_key=1cf4b989752b490ea5444fd20898f534&sentry_version=7&sentry_client=sentry.javascript.nextjs%2F7.46.0:1 Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
o83571.ingest.sentry.io/api/4504804404625408/envelope/?sentry_key=1cf4b989752b490ea5444fd20898f534&sentry_version=7&sentry_client=sentry.javascript.nextjs%2F7.46.0:1 Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
authorize?reponse_type=code&client_id=*REMVOED*:1 Failed to load resource: the server responded with a status of 500 ()
fetch.js:41 POST https://o83571.ingest.sentry.io/api/4504804404625408/envelope/?sentry_key=1cf4b989752b490ea5444fd20898f534&sentry_version=7&sentry_client=sentry.javascript.nextjs%2F7.46.0 net::ERR_BLOCKED_BY_CLIENT
The above are the error messages in the console when on the error 500 page.
