-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Error] Cannot enable subscription updates #86
Comments
I've created a pull request to fix this issue. |
I am not sure how the linked PR solves this issue – the error reads like you haven't added a payment method to your Stripe account, not that you are managing existing options. |
Same issue here, it happens when I try to update my subscription plan. |
I'm running into the same issue. These are the logs when the "Manage Subscription" button is clicked: GET /placeholder.svg?height=32&width=32 404 in 94ms
⨯ [Error: Cannot enable subscription updates while payment method update is disabled.] {
type: 'StripeInvalidRequestError',
raw: [Object],
rawType: 'invalid_request_error',
code: undefined,
doc_url: undefined,
param: undefined,
detail: undefined,
headers: [Object],
requestId: 'req_vySyzfMjEQMA78',
statusCode: 400,
charge: undefined,
decline_code: undefined,
payment_intent: undefined,
payment_method: undefined,
payment_method_type: undefined,
setup_intent: undefined,
source: undefined,
digest: '3694040775'
}
POST /dashboard 500 in 791ms |
This comment has been minimized.
This comment has been minimized.
@sanjomathew09 please do not spam comments across all issues and PRs. |
When I clicked on Manage Subscription, I got the following error:
The text was updated successfully, but these errors were encountered: