Hey,
I just created a product in the particle console. I now want to use the device-setup-library for iOS. I set the organization
-property of the SparkSetupCustomization
instance to true
. For the organizationSlug
und productSlug
I used the four digit productId.
When I try to create a new account in my app, I get the following error:
Error signing up: Request failed: not found (404)
! signupWithCustomer /v1/orgs/2195/customers Failed (status code 404):
{
error = "Organization not found.";
ok = 0;
}
What am I doing wrong?