Skip to content

You need to sign in or sign up before continuing #8112

Answered by aapeliv
maaper asked this question in Self hosted
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
2 participants