I am currently working on a simple app to store workout routines in Nuxt 3 and Appwrite. The link to the source code is here.
Whenever I try to navigate to the /login
or /signup
route by clicking the links in the navbar, on the first click the page source is not re-rendered (i.e. I keep seeing the same text Landing Page
, and on refreshing the route, I get the 500 server error.
Error
The console logs the following warnings, but I have no idea how to correct them or why are they originating. Console
Any help as to why this hydration error is generating would be really helpful!
PS:
- Most probably the error should be originating from either the
/pages/signup.vue
,/pages/login.vue
or/components/navbar.vue
. - I am using Appwrite to manage the back-end of the web app, and the instructions to setup the same can be found in the README.md. (Though I don't think the error I am facing is related to the same.)