Next.js Discord

Discord Forum

I am experiencing a build error

Answered
Turkish Van posted this in #help-forum
Open in Discord
Turkish VanOP
Answered by Turkish Van
No I actually found a solution. So I isolated each independent block of code and found that the session part for authentication was causing the problem. Once I remove it the jsx is rendered normally without raising the build error that I showed.
View full answer

13 Replies

Turkish VanOP
My application breaks on this line. Anyone else experienced the same issue?
@Turkish Van Click to see attachment
wrap your code into this:
<>
 <header ...
  ....
</>
Turkish VanOP
this is the code guys
@B33fb0n3 wrap your code into this: tsx <> <header ... .... </>
Turkish VanOP
can you check the code snippet I took. I did include the fragment tags but at a different location
Mmmmh I don’t see anything weird (maybe I’m sleepy), usually that error appears when you forget to close a tag but that doesn’t seem the case.

Btw your code is not formatted right and it’s harder to see the nesting of elements.
@Turkish Van can you check the code snippet I took. I did include the fragment tags but at a different location
please format your code correctly. For example using prettier. By the way "user server" does not exists
@B33fb0n3 please format your code correctly. For example using prettier. By the way "user server" does not exists
Turkish VanOP
noted the syntax error- should be "use server"
The ultimate trick delete the .next folder and try again 🤣
@Turkish Van Did the error persist?
Turkish VanOP
No I actually found a solution. So I isolated each independent block of code and found that the session part for authentication was causing the problem. Once I remove it the jsx is rendered normally without raising the build error that I showed.
Answer