Describe the bug
Anna and I were testing the app and discovered that, whether you run npm run dev or docker compose up, the frontend on localhost:3000 behaves unexpectedly. First, it hangs for a while, loading over several seconds, only to return a blank screen. Then, if you refresh the page, it pretty quickly returns the QuakeSafe page. This behavior occurs only when the cache is cleared.
To Reproduce
Steps to reproduce the behavior:
Launch the app with npm run dev or docker compose up
Clear your cache
Go to localhost:3000
See that the page takes a while to load
After it loads, see that only a blank screen is loaded
Looking into this a little bit and it seems like ~both~ dev ~and prod~ server "view source" ~don't~ doesn't have much in <body>. Hmm. Not sure if related. There are also some console errors.
Describe the bug Anna and I were testing the app and discovered that, whether you run npm run dev or docker compose up, the frontend on localhost:3000 behaves unexpectedly. First, it hangs for a while, loading over several seconds, only to return a blank screen. Then, if you refresh the page, it pretty quickly returns the QuakeSafe page. This behavior occurs only when the cache is cleared.
To Reproduce Steps to reproduce the behavior:
npm run dev
ordocker compose up
Expected behavior The app to open immediately.