Closed crazyrunsnail closed 3 months ago
Hi! did you add the required environment variables? google ids
ids
Yes, I add it in the file .dev.vars
and everythins is all right when i deploy to cf and add variable via the cf console.
they are same ids
there is my .dev.var
That error is related to hydration, and its caused by the themes package
Yeah, not sure how to fix that xD
Can I just not use the theme?
Can just add suppressHydrationWarning
prop into the html tag in your app/layout.tsx
file to remove the console warning in development
@curtis-allan Thanks, it works!
Hi, @Dhravya Thanks for you excellent works! Everything is all right only while I runned in development mode with
bun run dev
, and then i visited the home page clickLogin in google
and there is nothing happens , and I found there is a error in the console.OS: macos Node: v20.12.0 Browser: both chrome and firefox are latest version