© 2026 Hedgehog Software, LLC
OAuth callback failed: internal error; reference = lgppsme4v6d7pl47h57npdvq
const customerManager = env.CustomerManager.get(env.CustomerManager.idFromName("singleton")); const oauthProfile: OAuthProfile = { // ... }; // Upsert customer from OAuth profile return await customerManager.upsertCustomerFromOAuth(oauthProfile);