Preview deployment link not working

Hi, I have pushed new changes in already opend PR. After build run successful in the URL is not working. it gives Bad Gateway. It was working fine before. I have tried to delete PR and created new PR as well but still its didn't work.
2 Replies
Siumauricio
Siumauricio2mo ago
Can you give more details on how I set up the preview deployments?
Mayur Fefar
Mayur FefarOP2mo ago
Hi @Siumauricio i am updating nano /etc/nginx/conf.d/default.conf file from Terminal to add try_files $uri $uri/ /index.html; But after deployment the change is reverting.. what is the issue? location / { root /usr/share/nginx/html; index index.html index.htm; try_files $uri $uri/ /index.html; }

Did you find this page helpful?