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.