I am experiencing a build error
Answered
Turkish Van posted this in #help-forum
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.
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.
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
@LuisLl 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 VanOP
ok, let me add prettier and change vs code settings to help with formatting
@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"
@LuisLl 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 VanOP
yeah, I have been scratching my head too but cant find anything wrong with it. However, it wont build successfully
The ultimate trick delete the .next folder and try again 🤣
@Turkish Van yeah, I have been scratching my head too but cant find anything wrong with it. However, it wont build successfully
finding the error in a none formatted code can be pretty hard
@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