Skip to content
This repository was archived by the owner on Sep 7, 2020. It is now read-only.

slash escaped with statically generated content #1252

@tolysz

Description

@tolysz

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions