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
Can you give more details on how I set up the preview deployments?
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;
}