Vite Reactjs app production build failed to load js, css files – blank page
I have a React.js app served via nodejs that I deploy to Kubernetes. However, it does not display the UI. I see 404 errors for the js and css files “failed to load resource”. This does not happen when I test in localhost.
Vite Reactjs app production build cannot find the js, css files – blank page
I have reactjs app that is serve via nodejs that I deploy to Kubernetes. However. it does not display the UI. I see 404 errors for js and css file (failed to load resource” . This does not happen when I test in localhost