Online check#271
Conversation
There was a problem hiding this comment.
The current URL is https://os2display.example.com/client/online-check/ (note /client). This will change that to https://os2display.example.com/online-check/ without making a redirect which is an unnecessary breaking change.
Please move the files to /public/client/online-check so that 1) we don't change the url, 2) it scopes the files to the client
| * Upgraded redux-toolkit and how api slices are generated. | ||
| * Fixed redux-toolkit cache handling. | ||
| * Add Taskfile | ||
| * Added online-check to public. |
There was a problem hiding this comment.
| * Added online-check to public. | |
| * Added (screen) client online-check to public. |
|
Atm /client/online-check/ is not served as static files. The nginx config should be modified. README.md should also have a section added with a description of the Online Check setup. |
|
Have updated the nginx config so Question. Why is this necessary? What are the subroutes used for? |
For the Admin and Template routes they are used for passing all the path handling to the react app. This is not actually needed for the client, and should be removed. |
Good point. Didn't think about client side routing in the admin app. I think we can leave it in for consistency. |
Link to issue
#249
Description
Added online check.
Checklist