Feature/UI Deployment and Request Structure - #85
Conversation
also add skeletons for better user experience
|
@stark-cybertech Do we have go back to the "latest" tag in charts/client/values.yaml? The feature tag was only for testing, right? |
Yes! Please go back to latest! |
stark-cybertech
left a comment
There was a problem hiding this comment.
This looks excellent, but will not deploy successfully to the chair's Rancher instance yet because of the changes made to networking.
I'm working on shifting the DNS records and setting up a reverse proxy on Chair rancher, lets wait for that before merging this.
…voops into refactor/ui-cleanup
This is a bad idea, but the chair insists we deploy to their hardware.... https://imgur.com/a/OkhqY5g
This fixes an issue where helm upgrade fails to actually fetch the latest image when the tag hasn't changed
stark-cybertech
left a comment
There was a problem hiding this comment.
Just tested the CI/CD action and deployment to rancher is working smoothly!
Still struggling with the following issue though:
Where:
GET @ api/v2/user/me
When:
On start when first fetching user-id
Error:
Browser reports "CORS request did not succeed"
Cause:
Special character "|" in URL, part of the auth0 ID.
Solution:
Encode "|" as "%7C"
stark-cybertech
left a comment
There was a problem hiding this comment.
Deployment works and no major issues with the client! Ready to deploy! 🤘🤘
Type of Change
Changes
AWS deployment:
Client Dockerfile
UI Refactoring
Networking fixes