-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Links to a specific screen of the application does not work #125
Comments
@shellyear I have added "A/C" to the description of the issue |
@blcham It works with dockerization, in order to test that I made a docker build, and used that image in docker-compose.yml for record-manager and tested on localhost:1235. |
By |
@shellyear I merged the initial fix, but there are still issues: Before your fix, when entering such URL, it navigated to the dashboard page, which is a better solution than showing a white screen. If we do not solve this issue, I would rather revert this fix. |
@blcham link to institution "/institution/:id" works on dev, but fails on build |
@blcham |
That means the path to |
@blcham It works with dockerization, when I set a "base" as "/record-manager/", but for dev and build it should be not explicitly set (defautl base is "/") |
How deployment works:
The problem:
Alternative possible solutions to fix the dockerization:
|
Currently this is not that important now, so putting back to state TODO. |
This answer helped me a lot, maybe it will help you as well: https://stackoverflow.com/a/67195723/4929038 |
There is no way to go to a specific screen of the application using URL, as all specific addresses always redirect to the main dashboard.
Let's show it on the screen /institutions:
As in fta-fmea-ui, we use browser-router in the front-end, but in the fta-fmea-ui it works well. Note that this issue is quite old, so it was not caused by migration to Vite.
A/C:
The text was updated successfully, but these errors were encountered: