You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone. I use Nuxt3. When I go to the page with the vue-advanced-chat, I get this error:
SyntaxError: "[object Object]" is not valid JSON
at JSON.parse ()
at Proxy.castArray (vue-advanced-chat.js?v=2d499db9:35269:58)
at Proxy.roomsCasted (vue-advanced-chat.js?v=2d499db9:35162:19)
at ReactiveEffect.run (vue-advanced-chat.js?v=2d499db9:165:19)
at get value (vue-advanced-chat.js?v=2d499db9:826:35)
at Object.get [as roomsCasted] (vue-advanced-chat.js?v=2d499db9:2328:22)
at Object.get (vue-advanced-chat.js?v=2d499db9:2198:19)
at getter (vue-advanced-chat.js?v=2d499db9:2426:90)
at callWithErrorHandling (vue-advanced-chat.js?v=2d499db9:1012:32)
at getter (vue-advanced-chat.js?v=2d499db9:1503:22)
But when I refresh this page, everything works fine.
Hi everyone. I use Nuxt3. When I go to the page with the vue-advanced-chat, I get this error:
SyntaxError: "[object Object]" is not valid JSON
at JSON.parse ()
at Proxy.castArray (vue-advanced-chat.js?v=2d499db9:35269:58)
at Proxy.roomsCasted (vue-advanced-chat.js?v=2d499db9:35162:19)
at ReactiveEffect.run (vue-advanced-chat.js?v=2d499db9:165:19)
at get value (vue-advanced-chat.js?v=2d499db9:826:35)
at Object.get [as roomsCasted] (vue-advanced-chat.js?v=2d499db9:2328:22)
at Object.get (vue-advanced-chat.js?v=2d499db9:2198:19)
at getter (vue-advanced-chat.js?v=2d499db9:2426:90)
at callWithErrorHandling (vue-advanced-chat.js?v=2d499db9:1012:32)
at getter (vue-advanced-chat.js?v=2d499db9:1503:22)
But when I refresh this page, everything works fine.
My code is:
What is the problem it could be?
The text was updated successfully, but these errors were encountered: