#Problem with Build, dev works without problems
15 messages · Page 1 of 1 (latest)
🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord
🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize
✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)
it looks like you are using data, headers, params, searchParams, or a short-lived cache without a Suspense boundary nor a "use cache" above it. So add either "use cache" or a Suspense boundary around it and the error is fixed
Yes, I realize that. but I can't find where.
it's somewhere inside your route /cp/servers/[id]. So I suggest you add a suspense boundary very high up (that wraps everything) and check if the error is gone
@wild cairn solved?
Unfortunately not. I gave up and am currently redoing the whole project. Maybe I'll find the error then 🙂 I'll let you know if it works then
did you try this?
#1305523854348779642 message (<---- click)
yes
perfect, then the error is not in the tree itself. It's more inside your page.tsx (but before the return)
i have commented out 95% of the file and the error still occurs
do you have a layout?
yes, but it doesn't make the error on other pages. But I'll take it out for a test
@wild cairn tested it?
I’m lying flat in bed with the flu. Give me a few more days please