Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

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

prosto marija 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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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