iggiexd
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
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