Hi I am playing with the tutorial, the generated paths for the static version
npm run build have incorrectly escaped slash %2F
http://localhost:3000/phenomic/content%2Fposts/by-default/1/desc/date/limit-2/after-MDItc2Vjb25kLXBvc3Q%3D.json
It works if I manually edit it in the url:
http://localhost:3000/phenomic/content/posts/by-default/1/desc/date/limit-2/after-MDItc2Vjb25kLXBvc3Q%3D.json
It has phenomic/content%2F but it should have phenomic/content/, not sure who is generationg those.
My server does not magically unescape the escaped sequences.
Hi I am playing with the tutorial, the generated paths for the static version
npm run buildhave incorrectly escaped slash%2FIt works if I manually edit it in the url:
It has
phenomic/content%2Fbut it should havephenomic/content/, not sure who is generationg those.My server does not magically unescape the escaped sequences.