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
It is not possible to upgrade an existing subscription due to an IntegrationError.
To Reproduce
I have signed up for the basic subscription and can see it is active in my account.
I go to change-plan.html. Immediately the following error appears in the console:
[Error] Unhandled Promise Rejection: TypeError: null is not an object (evaluating 'subscriptionsDiv')
(anonymous function) (account.js:9)
asyncFunctionResume
(anonymous function)
promiseReactionJobWithoutPromise
promiseReactionJob
I select the Premium plan, enter credit card details and click Subscribe. The following error appears in the console:
[Error] Unhandled Promise Rejection: IntegrationError: Invalid value for stripe.confirmCardPayment intent secret: value should be a client_secret string. You specified: null.
k (v3:1:54498)
(anonymous function) (subscribe.js:46)
asyncFunctionResume
(anonymous function) (subscribe.js:41)
Nothing happens (no new subscription is created) and I am stuck on the credit card screen.
Expected behavior
The plan should upgrade and there should be proration.
System information
OS: macOS
Browser: happens in all browsers
Server environment: Node
The text was updated successfully, but these errors were encountered:
stiofanoriain
changed the title
Changing subscription
Changing subscription does not work
Sep 15, 2021
Bug report
Describe the bug
This is using Node.js and VanillaJS.
It is not possible to upgrade an existing subscription due to an IntegrationError.
To Reproduce
[Error] Unhandled Promise Rejection: TypeError: null is not an object (evaluating 'subscriptionsDiv')
(anonymous function) (account.js:9)
asyncFunctionResume
(anonymous function)
promiseReactionJobWithoutPromise
promiseReactionJob
[Error] Unhandled Promise Rejection: IntegrationError: Invalid value for stripe.confirmCardPayment intent secret: value should be a client_secret string. You specified: null.
k (v3:1:54498)
(anonymous function) (subscribe.js:46)
asyncFunctionResume
(anonymous function) (subscribe.js:41)
Expected behavior
The plan should upgrade and there should be proration.
System information
The text was updated successfully, but these errors were encountered: