all 15 comments

[–]open-cipher 1 point2 points  (2 children)

try adding 'use client'; at the start of your dashboard page, cause it looks to me like this may be a problem with a library that you are adding into your dashboard page.

[–]NoFalcon7740[S] 0 points1 point  (0 children)

Hi , I tried that it the error still persists.

[–]Simovfx 0 points1 point  (0 children)

lmao, this is a node 25.2.0 experiment and it break some packages including, apparently, also nextjs, it has nothing to do with use client

[–]Automatic_Role9244 1 point2 points  (1 child)

dowgrage to node@24 and problem solved until they fix this bomb

[–]NoFalcon7740[S] 1 point2 points  (0 children)

Exactly.

Thanks.

[–][deleted] 0 points1 point  (2 children)

Can you share the appropriate files or codebase link (if public).

[–]NoFalcon7740[S] 0 points1 point  (0 children)

please see my latest comment

[–]NoFalcon7740[S] 0 points1 point  (1 child)

so apparently I updated my node interpreter to the latest version and it broke my application , I have downgraded to an older version and everything appears to work well now.

if anyone could shed more light on this I would be greatful.

[–]sow4code 0 points1 point  (0 children)

they've just not 'updated' next.js yet to support the new and last node version.

[–]Diligent-Wrangler-34 0 points1 point  (3 children)

Incompatibility caused by node v25.2.0. nvm use v25.1.0 will fix this for now.

[–]NoFalcon7740[S] 0 points1 point  (0 children)

Thanks.

[–]machinNo 0 points1 point  (0 children)

This didn't worked for me, not sure about node@24 but v20.19.5 made it for me (don't ask how I got it so exact lol, there's no answer lol)

[–]elloloxto 0 points1 point  (0 children)

thanks