Skip to content

Taipy app returns blank page on refresh #252

Closed Answered by ghost
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

Awesome! It works now after I've added the following block from the links you suggested.
location /socket.io {
proxy_buffering off;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_pass http://127.0.0.1:8000/socket.io;
}

Problem solved!
Best.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@ghost
Comment options

@FlorianJacta
Comment options

@ghost
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant