Shoot the Troubling (TroubleShooting) - SecretAgentShh/Grademe GitHub Wiki

Troubleshooting Errors

During development Vite + REACT does not load the page though the backend is running with 200 ok requests for GET and the CORS has been enabled (Already embedded in the code of the controller, but a good point to note)

Refresh the page(CTRL + F5) because of HMR(Hot Module Replacement which updates parts and not the whole) so the browser caches the old and so we end up with an ERR_CACHE_READ_FAILURE.