jCtapukJ
Convex Communityβ€’2y agoβ€’
9 replies
jCtapuk

I don't recommend concatenating it into a string

I tried to output it to the console and it started eating up all the memory and the browser froze and was forced to kill the processor. Or you will hit the function call limit

I have not tested pure js since this error is possibly related to Nuxt (from the fact that it transfers the console from the server to the client). and tries to condense all proxy objects into a string, which apparently made him feel bad πŸ™‚

import { api } from '@@/convex/_generated/api'
console.log(api.auth.user);
Was this page helpful?