Hey Guys!
Hey Guys!
I'm brand new here, start using Autumn when saw their interview to YC on Linkedin, exactly when I needed to implement Stripe!
I started digging into the product, and facing an issue when creating Customers.
My issue if anyone can help here:
I'm trying to create a customer with free_plan (default) imediatelly when he registers. I have, at the same time, Firebase and Autumn creating a user/customer. Firebase works fine, but when I try to create a customer explicitly (customers method) I get a SSL/TLS handshake failure when connecting to api.autumn.com. This is a network-level issue, not an authentication or API problem.
- 5 httpx attempts → All fail with TLSV1_ALERT_INTERNAL_ERROR
- 1 requests fallback → Also fails with same error
- Result: User created in Firebase/Firestore, but no customer in Autumn
I'm a bit lost here on how to fix this, is there a better approach?
I'm brand new here, start using Autumn when saw their interview to YC on Linkedin, exactly when I needed to implement Stripe!
I started digging into the product, and facing an issue when creating Customers.
My issue if anyone can help here:
I'm trying to create a customer with free_plan (default) imediatelly when he registers. I have, at the same time, Firebase and Autumn creating a user/customer. Firebase works fine, but when I try to create a customer explicitly (customers method) I get a SSL/TLS handshake failure when connecting to api.autumn.com. This is a network-level issue, not an authentication or API problem.
- 5 httpx attempts → All fail with TLSV1_ALERT_INTERNAL_ERROR
- 1 requests fallback → Also fails with same error
- Result: User created in Firebase/Firestore, but no customer in Autumn
I'm a bit lost here on how to fix this, is there a better approach?
