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.
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.