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
I couldn't seem to find a way to implement this and it doesn't seem like there are any examples online: at the moment frontend routers such as React Router aren't compatible with Plumber as there doesn't seem to be a way to create a wildcard/fallback route they require. Usually with other api building frameworks, such as Node.js Express, I usually have a route at the end of my other routes as such:
I couldn't seem to find a way to implement this and it doesn't seem like there are any examples online: at the moment frontend routers such as React Router aren't compatible with Plumber as there doesn't seem to be a way to create a wildcard/fallback route they require. Usually with other api building frameworks, such as Node.js Express, I usually have a route at the end of my other routes as such:
Would be essential to support a fallback/wildcard route to ensure frontend router compatibility.
...
(If this is already implemented or can be implemented programmatically, could you please provide an example?)
The text was updated successfully, but these errors were encountered: