Next.js Discord
Discord Forum
server action
Answered
Mini Lop
posted this in
#help-forum
Open in Discord
Mini Lop
OP
2023-12-26T12:12:51.000Z
How can I send status and error response to clientðŸ™
Answered by
Mini Lop
return {
status:401,
message:'Unauthorized'
}
View full answer
7 Replies
B33fb0n3
2023-12-26T12:13:19.000Z
you can just return the state that you want to return to the client
Mini Lop
OP
2023-12-26T12:17:42.000Z
Example
Mini Lop
OP
2023-12-26T12:19:26.000Z
return {
status:401,
message:'Unauthorized'
}
Answer
B33fb0n3
2023-12-26T12:21:01.000Z
for example, yea
Mini Lop
OP
2023-12-26T12:22:57.000Z
Oh ok
2023-12-26T12:23:07.000Z
Thank you
B33fb0n3
2023-12-26T12:23:10.000Z
please mark solution