Skip to content

Editing devices by using dropdown fields not possible after upgrade to Netbox v3 #7490

Answered by buenyX
buenyX asked this question in Q&A
Discussion options

You must be logged in to vote

I've found the cause of this issue...

We had the following line in our nginx configuration:

location / {
 proxy_pass http://127.0.0.1:8001;
 proxy_set_header X-Forwarded-Host $http_host;
 proxy_set_header X-Real-IP $remote_addr;
 proxy_set_header X-Forwarded-Proto $scheme;

 #--> here comes the problem-causing line
 proxy_cookie_path / "/; HTTPOnly; Secure";
 #
}

Removing proxy_cookie_path fixed the problem.

Thank you all for your help!

Replies: 15 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
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 buenyX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #7406 on October 07, 2021 14:11.