joschan21/nextjs-realtime-chat

Unhandled Runtime Error Error: Unexpected token u in JSON at position 0

Opened this issue · 1 comments

Getting this error after accepting user friend request. Error is coming from line 26 of dashboard/page.

I believe this is an error with Next js and can be a sign you're using the newer version of Next. First check if the version you're running is "next": "13.2.4", from the package.json if it isn't you can downgrade or a work around is to add a empty space before the JSON token.