[Answered] Many webpages not working in mainnet.incognito.org


The page works well when you click on them from the home page, but not when trying to load the links directly, so it might be a problem with the way you configured nginx.

I use this config for React apps, it might help you too.

index index.html index.htm index.nginx-debian.html ;
location / {
    try_files $uri $uri/ /index.html =404 ;
}
2 Likes

Thank you @J053 for catching this unique bug. I’ve forwarded this to our website team.

1 Like

Thanks @J053 for raising this. It’s Incognito 1st explorer and we decided to shut it down since the code is outdated.
We will redirect traffic to new explorer https://explorer.incognito.org

Peace :v:

2 Likes

hey @J053 just want to update you that we set redirect to new explorer and adding Epoch count widget.

3 Likes