404kacper / Cloud-Professor

Hybrid encryption file storage application. Utilizes modern concepts of Web3 to encrypt and store data.
Apache License 2.0
0 stars 1 forks source link

Redirects / persistent user - flashing dashboard #2

Open 404kacper opened 11 months ago

404kacper commented 11 months ago

With current persistance implementation, if an unauthenticated user goes to dashboard he will be able to see the render dashboard page render for a slight moment. Fix: Udemy courses for reference (it was somewhere in MERN stack course)

404kacper commented 11 months ago

Also attempts to load spline container on dashboard which significantly slows down the app. Render shouldn't even be considered when hitting dashboard directly.