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
When attempting to register a new customer using the sandbox store, it appears that the request from the localhost server to the big commerce v2 customers management api is timing out. I receive the following error:
ERROR [HPM] Error occurred while trying to proxy request /stores/{REDACTED}/v2/customers from localhost:3000 to https://api.bigcommerce.com (ECONNRESET) (https://nodejs.org/api/errors.html#errors_common_system_errors)
After manually creating a new customer through the big commerce management console and using the configured credentials to login, I receive a successful login response, but the customer data is returned as "null". The payload is returned as :
I have configured my api token to read/write Customer and Customer Login scopes.
Steps to reproduce:
Create new sandbox store using the link in the root's README.md
Follow the steps in the root's README.md to configure .env file and add required routes.
Attempt to register a new customer.
Manually create new customer through big commerce web console
Login with configured credentials
Examine response
The text was updated successfully, but these errors were encountered:
When attempting to register a new customer using the sandbox store, it appears that the request from the localhost server to the big commerce v2 customers management api is timing out. I receive the following error:
ERROR [HPM] Error occurred while trying to proxy request /stores/{REDACTED}/v2/customers from localhost:3000 to https://api.bigcommerce.com (ECONNRESET) (https://nodejs.org/api/errors.html#errors_common_system_errors)
After manually creating a new customer through the big commerce management console and using the configured credentials to login, I receive a successful login response, but the customer data is returned as "null". The payload is returned as :
{"message":"Successfully login!","body":{"data":{"customer":null},"cookie":"Shopper-Pref=REDACTED; Expires=Fri, 23 Apr 2021 17:41:17 GMT; Path=/; HttpOnly"},"status":true}
I have configured my api token to read/write Customer and Customer Login scopes.
Steps to reproduce:
Create new sandbox store using the link in the root's README.md
Follow the steps in the root's README.md to configure .env file and add required routes.
Attempt to register a new customer.
Manually create new customer through big commerce web console
Login with configured credentials
Examine response
The text was updated successfully, but these errors were encountered: