You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
location / {
# First attempt to serve request as file, then
# as directory, then fall back to displaying a 404.
try_files $uri /$uri.html $uri/ =404;
}
do you have any hint?
The text was updated successfully, but these errors were encountered:
dimiandre
changed the title
direct links not working
pools direct links not working
Jan 14, 2022
location / {
# First attempt to serve request as file, then
# as directory, then fall back to displaying a 404.
try_files $uri /$uri.html $uri/ =404;
}
do you have any hint?
@dimiandre you should replace try_files $uri /$uri.html $uri/ =404; by try_files $uri $uri/ /index.html; and catch the 404 inside next router.
direct links to pools go 404
example
https://junoswap.com/pools/JUNO-ATOM
https://deploy-preview-129--laughing-agnesi-30fb23.netlify.app/pools/JUNO-POOD
this is my nginx configuration
do you have any hint?
The text was updated successfully, but these errors were encountered: