Looks like solid-router doesn't like encoded forward slashes as params?
I have a route path like
/app/:name/view
and then the name might actually contain a forward slash, so i encode it with encodeURIComponent, but solid-router doesn't route it correct, it goes straight to 404.2 Replies
example that doesnt work:
http://127.0.0.1:3000/hello%2Fworld/view
I'm pretty sure this is a bug so I opened one https://github.com/solidjs/solid-router/issues/220Unknown User•2y ago
Message Not Public
Sign In & Join Server To View