chinedufn / percy

Build frontend browser apps with Rust + WebAssembly. Supports server side rendering.
https://chinedufn.github.io/percy/
Apache License 2.0
2.26k stars 84 forks source link

Sub-routes not working? #149

Open AxelNilsson opened 3 years ago

AxelNilsson commented 3 years ago

Hey!

Really awesome project. I'm implementing an isomorphic app (using warp) and I have an issue with sub-routes. Every route at the base level /foo and /bar works fine but /foo/bar doesn't work. I'm pretty sure it's not an warp issue since the percy-app panics. If you want my specific code it's available at https://github.com/Deploy-Software/Project.

I'd like to help any way I can :)

chinedufn commented 3 years ago

Hey! Sorry just getting back from a vacation.

I'll take a look at this this week and see what's going on.

Thanks for reporting this problem!