You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first time (only?) a user logs in with a GitHub account, they are directed to:
Console shows:
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-iSYegxzDyHTUnoy2QuvcGAH0Tb/CyB9ZY22CqSvyhAs='), or a nonce ('nonce-...') is required to enable inline execution.
There is an easy workaround from the 403 Forbidden page when using GitHub developer login:
On the 403 page, click Go back
Proceed to try and login again (Login > Developer > Login with GitHub)
This should lead to successful login with the GitHub account. Similarly, subsequent attempts to login with the GitHub account seem to avoid the 403 error.
ENV
DEV
TEST
PROD
The text was updated successfully, but these errors were encountered:
API Services Portal Issue
The first time (only?) a user logs in with a GitHub account, they are directed to:
Console shows:
There is an easy workaround from the 403 Forbidden page when using GitHub developer login:
This should lead to successful login with the GitHub account. Similarly, subsequent attempts to login with the GitHub account seem to avoid the 403 error.
ENV
DEV
TEST
PROD
The text was updated successfully, but these errors were encountered: