anvil-works / routing

routing - Built with Anvil
https://routing-docs.anvil.works
MIT License
2 stars 1 forks source link

_/debug when loading from designer #1

Closed s-cork closed 2 months ago

s-cork commented 3 months ago

When we load from the designer we append /debug to the url But having this root means that server routing can no longer work because /debug/foo will not hit a server route (_ is an anvil private path)

Current work around is that the history module removes _/debug from the location on first load. But really we should work out what _/debug needs to do, and apply it some other way, probably.

s-cork commented 2 months ago

closed via https://github.com/daviesian/anvil/pull/5201