EmilTholin / svelte-routing

A declarative Svelte routing library with SSR support
MIT License
2.02k stars 178 forks source link

Special characters in path #275

Closed DanBaDo closed 9 months ago

DanBaDo commented 9 months ago

I'm trying to use something like

<Route path="/signup-confirmation-token/:token" let:params>

where :token will be a JWT.

The '.' characters in the JWT are preventing the router to works, getting a 404 error on loading.

krishnaTORQUE commented 9 months ago

Could you please make a small reproduction. That will be really helpful. Thanks

DanBaDo commented 9 months ago

Finally, it was my fault. It was about a misspelled route.