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
{{ message }}
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
Submitting the signup form now sends a POST directly to the backend without talking to Stripe first. The POST to the backend is missing the Stripe token - as it must be since the sign up page never asks Stripe for one. With this information missing, the backend throws an error and nothing happens. Users see some kind of error page, no charges are made, no account is created.
The text was updated successfully, but these errors were encountered:
Piotr did something to fix the JavaScript on the page. However, signup is still not working. The subscription converger encounters an AWS Route53 API rate limit error which prevents it from working.
It encounters this every time it tries.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Submitting the signup form now sends a POST directly to the backend without talking to Stripe first. The POST to the backend is missing the Stripe token - as it must be since the sign up page never asks Stripe for one. With this information missing, the backend throws an error and nothing happens. Users see some kind of error page, no charges are made, no account is created.
The text was updated successfully, but these errors were encountered: