RobokopU24 / Feedback

Feedback on the ROBOKOP project
https://robokop.renci.org
0 stars 0 forks source link

Landing page image v2.0.10 breaks on production deploy #207

Closed Woozl closed 5 months ago

Woozl commented 6 months ago

It has a client side error when attempting to fetch the webpack js/css chunks. The behavior is very weird, when refreshing the page it changes which resources it's trying to fetch. It almost looks like it's remembering which resources it fetched on previous deploys and tries to pull those, but they're now different hashes so the fetch returns a 404. Even stranger, if you keep refreshing, occasionally it will request the correct combinations of resources and display the page correctly.

I've verified the container is working locally and on Sterling through a direct port-forward to the service, which leads me to believe the nginx ingress controller is doing something weird. I've tried:

Potential sources (neither seem promising):

Woozl commented 5 months ago

This has been fixed by rearranging the ingress config: https://github.com/helxplatform/translator-devops/pull/884