The NuxtJs app works well with javascript enabled in the localhost and in the server, but I am trying to make it work with Javascript disabled.
I switch to SSR mode, in localhost I can browse all the pages (without javascript) but when I deploy it to the server with npm run build works well with javascript enabled but when I disabled it, the URL changes but the page is reloaded in the home page (no change on the content).
Here is a Github repo of an example: Nuxt App Github repo
Preview of this repo: Preview of the nuxt app
Here is what I get on Network inspector when I try to access for example to Brands page:
from NuxtJs Url changes but page no

No comments:
Post a Comment