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
Currently, I am able to dynamically generate a list of routes from a database table, and it works as expected.
Next, I want to reload the list of routes from the database so that any changes, such as the removal or addition of routes, will automatically take effect in the application.
However, it turns out that changes do not immediately impact the routes in the running application. Even if I clear the current routes, the application still recognizes all the routes that were initially loaded when it first retrieved them from the database.
it's possibe to reloading router ?
The text was updated successfully, but these errors were encountered: