iggiexd
iggiexd
NNuxt
Created by iggiexd on 5/1/2024 in #❓・help
refreshing static page goes from 'TestPage' to 'TestPage/' and then trailing slash is removed
oh wow, cant thank you enough, in those couple messages you saved my sanity for understanding how its supposed to work, thank you.
14 replies
NNuxt
Created by iggiexd on 5/1/2024 in #❓・help
refreshing static page goes from 'TestPage' to 'TestPage/' and then trailing slash is removed
i managed to "fix" trailing slash with .htaccess, may I ask something off topic ? my dynamic pages are not working ex: /search/[search] is resulting in "page not found" and when the page is not found my error.vue isnt even shown. If i run "npm run preview" everything works perfectly, but when i "npm run generate" and deploy to host it does not work. If everything in preview is working ,does it mean its 100% all my servers fault ?
14 replies
NNuxt
Created by iggiexd on 5/1/2024 in #❓・help
refreshing static page goes from 'TestPage' to 'TestPage/' and then trailing slash is removed
the same thing happens on my local machine while using wamp and xampp, and with sites that were not made with nuxt3 they do not have this issue
14 replies
NNuxt
Created by iggiexd on 4/11/2024 in #❓・help
prerender route fetch payload is not prerendered
same code does work as intended if i use page as a param (/category/[category]/[page]) instead of a query /category/action/2 = works /category/action?page=2 = does not work (as in a gif attached to original post) is there a way to make it work with query ?
2 replies