You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your spin.toml, you can have a route for component like route = "foo" that will silently just not work. The correct syntax for a route includes a proceeding "/" but not providing one does not produce an error - things just unexpectedly don't work.
The text was updated successfully, but these errors were encountered:
In your spin.toml, you can have a route for component like
route = "foo"
that will silently just not work. The correct syntax for a route includes a proceeding "/" but not providing one does not produce an error - things just unexpectedly don't work.The text was updated successfully, but these errors were encountered: