I’m currently developing a web app to manage cars. I created the log in and register logic, and after I logout from my account, it goes back to my inicial page, but the background color bugs and just appears as white, but after I refresh the page, it goes back to normal. Does it ever happened to anyone?
(I’m currently using next.js, react, tailwind css, pocketbase and shadcn ui).
Inicial page:
Inicial page
Dashboard:
Dashboard
After log out:
After logout
Logout logic:
Logout logic
File structure
File structure
Inicial page layout
Inicial page layout
I haven’t tried anything yet, because I didn’t have the time because of college.