Robert Wach
Robert Wach
Using **export default** fixes the issue
Same case here [Bug?]:Error: Hydration Mismatch. Unable to find DOM nodes for hydration key: 0000000010000000001 If you remove or add a class item to an element the error just pops...
@leifermendez the solution given there ( adding ORIGIN) does not work unfortunately.
> Have you set up your env vars properly in production? Env variables perfectly configured
> ORIGIN An env var ORIGIN has already been set plus other suggested vars that could solve the issue. 
After more investigation I realised that the issue could be caused by the fact that I was deploying from github and not using the "npm run deploy". Secondly I found...
Facing the same issue, using prisma 7, tanstack start and cloudflare, the error prevents even the dev server from running. As soon as you add cloudflare plugin, the dev server...