Robert Wach

Results 7 comments of 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. ![Screenshot 2023-07-12 at 11 25 58](https://github.com/BuilderIO/qwik/assets/16592278/7f4873f2-88e7-4902-a5d3-9d6c84a97c8d)

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...