SEDSCelestiaBPGC / Korolev

https://sedscelestia.org
MIT License
0 stars 7 forks source link

Reload problems #24

Closed AtharvMane closed 2 years ago

AtharvMane commented 2 years ago

No page other than homepage reloads properly when reloaded.

plutoniumm commented 2 years ago

Canyon please add steps to reproduce and maybe an image? It seems like this can be a browser or device specific problem

AtharvMane commented 2 years ago

It seems it was a pre-rebuilding issue, the issue does not occur anymore.

AtharvMane commented 2 years ago

There seems to be another problem though, on reload all images return 404 error. Steps to reproduce: 1) Go on any page other than homepage, lets take observations page for example, 2) Reload the page.

it is observed that images return 404 error after the reload. This also does not seem to be browser related or device related since both Mozilla Firefox, Google Chrome and Opera browser all seem to show this problem.

plutoniumm commented 2 years ago

This seems a problem of relative URLs as opposed to absolute URLs, changing from './assets' to '/assets' should fix the problem