Solid router doesnt match route /@:id
Hello, im having an issue with solid router not matching route /@:id properly, it just returns 404 instead.
3 Replies
Path parameters - Solid Router Docs
Documentation for SolidJS, the signals-powered UI framework
You can use matchFilters to validate the route parameter instead.
https://docs.solidjs.com/solid-router/concepts/path-parameters#validating-parameters
Path parameters - Solid Router Docs
Documentation for SolidJS, the signals-powered UI framework
Yes match filters worked
Thanks!