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 bug is reproducible against the latest release or master.
There are no similar issues or pull requests to fix it yet.
Describe the bug
I have an application with the option of extensions. My idea was to have an admin page for the main application and separate admin pages for the extensions.
You can have multiple instances of Admin running, but the links to the Views on the left point to wrong URL's.
Start the app
The Views are working correctly, when accessing with the url
I have identified the issue and plan to prepare a PR to address it.
Currently, running two instances of the application is not feasible due to URL conflicts caused by the hardcoded "admin:" prefix in the url_for function.
I will try to add an alias parameter to the Admin object. This alias would be utilized during URL generation to ensure unique and instance-specific URLs, preventing conflicts when multiple instances are deployed.
Checklist
master
.Describe the bug
I have an application with the option of extensions. My idea was to have an admin page for the main application and separate admin pages for the extensions.
You can have multiple instances of
Admin
running, but the links to the Views on the left point to wrong URL's.Start the app
The Views are working correctly, when accessing with the url
The navigation results in wrong url
http://localhost:8000/admin1/user2/list
Steps to reproduce the bug
Expected behavior
No response
Actual behavior
No response
Debugging material
No response
Environment
Tested on Windows, I could also test on Linux
3.10.2
0.16.1
Additional context
No response
The text was updated successfully, but these errors were encountered: