-
Couldn't load subscription status.
- Fork 7
Online check #271
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
Online check #271
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
CHANGELOG.md
Outdated
| * 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * 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