APIError: Failed to create user status: "UNPROCESSABLE_ENTITY", body: { code: "FAILED_TO_CREATE_USER", message: "Failed to create user", details: 14 | async function getCurrentAuthContextAsyncLocalStorage() { 15 | return ensureAsyncStorage$2(); 16 | } 17 | async function getCurrentAuthContext() { 18 | const context = (await ensureAsyncStorage$2()).getStore(); 19 | if (!context) throw new Error("No auth context found. Please make sure you are calling this function within a
runWithEndpointContext
runWithEndpointContext
callback."); ^ error: No auth context found. Please make sure you are calling this function within a