Skip to content

Error from API: You need to sign in or sign up before continuing #5270

Discussion options

You must be logged in to vote

For posterity: I had this same problem. It was caused by nginx dropping the api_access_token header because it uses underscores. The fix was to add underscores_in_headers on; in the server block in nginx config. See the nginx config in the repo:

underscores_in_headers on;

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by sojan-official
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants