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
The routes for /login, /error works but nothing is rendered when I attempt to navigate to /workspaces/123. URL /workspaces renders the Error component as desired. The dynamic route is NOT working.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm unable to use dynamic routes using Config Based Routing as in the documentation.
dependencies
solid-js
=> '1.8.7'@solidjs/router
=> '0.10.5'The documentation for Dynamic Routes uses this function
useRoutes
that is no longer exported so I implemented some custom logic.Here is my implementation:
Pages
App
routes
The routes for
/login
,/error
works but nothing is rendered when I attempt to navigate to/workspaces/123
. URL/workspaces
renders theError
component as desired. The dynamic route is NOT working.Beta Was this translation helpful? Give feedback.
All reactions