This PR will provide a route to validate the client config file. A comprehensive, manual one for developers, and another one that automatically redirects users in case their config is incorrectly setup or URLs are unreachable.
It will also update the client dependencies. Related to issue https://github.com/INTO-CPS-Association/DTaaS/issues/658.
Testing
Manual testing for now.
Impact
Zod dependency.
Once complete, the website access flow will be different if your config is wrong.
LayoutPublic is parameterized with a possible Breakpoint instead of always being 'xs'.
Additional route of '/verify'
Additional Information
None.
Checklist
[X] My code adheres to the coding and style guidelines of the project.
[ ] I have added tests for all the new code and any changes made to
existing code.
[ ] I have made corresponding changes to the documentation.
Title
Validates client config
Type of Change
Description
This PR will provide a route to validate the client config file. A comprehensive, manual one for developers, and another one that automatically redirects users in case their config is incorrectly setup or URLs are unreachable. It will also update the client dependencies. Related to issue https://github.com/INTO-CPS-Association/DTaaS/issues/658.
Testing
Manual testing for now.
Impact
Additional Information
None.
Checklist