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
@OultimoCoder API errors surfaced to the SDK generally provide a more verbose error message. It's hard to tell what's going on with the error message you've provided. What version of Node are you running? Can you provide the full code so I can see how you're calling the createUser function?
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Issue Description
Using cloudflare workers I create a client and try to insert a document but everytime I do I get this error:
If I resolve the request it just resolves to
undefined
.This is literally all I am doing:
Example user body:
What am I missing? Why does the error tell me nothing? Same error running locally and with cloudflare.
The text was updated successfully, but these errors were encountered: