#lmifflen

1 messages · Page 1 of 1 (latest)

vast kestrelBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

grim hawk
#

Hi 👋 where are you seeing that message surfaced, is it in an error being included in the response to a request you're making?

winter trout
#

Yes. When I do the

```...
I get this error:
```StripeInvalidRequestError: The PortalConfiguration's `subscription_cancel` feature is disabled.
    at StripeError.generate (webpack-internal:///(rsc)/./node_modules/stripe/esm/Error.js:22:20)
    at res.toJSON.then._Error_js__WEBPACK_IMPORTED_MODULE_0__.StripeAPIError.message (webpack-internal:///(rsc)/./node_modules/stripe/esm/RequestSender.js:102:82)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  type: 'StripeInvalidRequestError',
  raw: {
    message: "The PortalConfiguration's `subscription_cancel` feature is disabled.",
    request_log_url: 'https://dashboard.stripe.com/test/logs/req_6xVexnWr9dKRbx?t=1699369066',
    type: 'invalid_request_error',
    headers: {
      server: 'nginx',
      date: 'Tue, 07 Nov 2023 14:57:46 GMT',
      'content-type': 'application/json',
      'content-length': '241',
      connection: 'keep-alive',
      'access-control-allow-credentials': 'true',
      'access-control-allow-methods': 'GET,HEAD,PUT,PATCH,POST,DELETE',
      'ac

....

vast kestrelBOT
grim hawk
winter trout
#

I think that's it. That's what I was looking for. Thanks.