Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

In confluence 6.15.7 behind Nginx with SSL edit opens blank white page

prosto marija
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 28, 2019

Hi,

we have brand new confluence 6.15.7  installation with restored user data. when trying to edit old or newly created page it opens blank white page. tried to disable Collaborative editing, change Nginx/confluence configuration,  updated to 6.15.8 - nothing helps. while trying different configurations and fixes from forum, found strange workaround - if i first click in comment area than edit opens correctly.

my nginx conf 

 location /confluence {

        client_max_body_size 100m;

        proxy_set_header X-Forwarded-Host $host;

        proxy_set_header X-Forwarded-Server $host;

        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

        proxy_pass http://localhost:8090/confluence;

    }

    location /synchrony {

        proxy_set_header X-Forwarded-Host $host;

        proxy_set_header X-Forwarded-Server $host;

        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

        proxy_pass http://localhost:8091;

        proxy_http_version 1.1;

        proxy_set_header Upgrade $http_upgrade;

        proxy_set_header Connection "Upgrade";

    }

}

 

Any ideas how to fix?

 

regards,

kestutis

1 answer

0 votes
Fabian Lim
Community Champion
January 29, 2022

Hi Prosto,

I suggest you go over the troubleshooting guide to identify the root cause: https://confluence.atlassian.com/doc/troubleshooting-collaborative-editing-858772087.html

You may also want to open a ticket with the atlassian support team if you still have issues.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events