saleor / saleor-app-payment-stripe

https://saleor.io/
Other
14 stars 162 forks source link

Error while fetching the channel mappings & the list of configurations after a few minutes #209

Closed smallwire closed 7 months ago

smallwire commented 7 months ago

Hi,

The app works great, but after a few minutes /api/trpc/paymentAppConfigurationRouter.paymentConfig.getAll,paymentAppConfigurationRouter.mapping.getAll?batch=1&input={} starts returning two errors:

[
  {
    "error": {
      "message": "Missing authData in request",
      "code": -32001,
      "data": {
        "code": "UNAUTHORIZED",
        "httpStatus": 500,
        "path": "paymentAppConfigurationRouter.paymentConfig.getAll",
        "serialized": {
          "trpcCode": "UNAUTHORIZED",
          "name": "ReqMissingSaleorApiUrlError",
          "message": "Missing authData in request",
          "stack": "[HIDDEN]"
        },
        "stack": null
      }
    }
  },
  {
    "error": {
      "message": "Missing authData in request",
      "code": -32001,
      "data": {
        "code": "UNAUTHORIZED",
        "httpStatus": 500,
        "path": "paymentAppConfigurationRouter.mapping.getAll",
        "serialized": {
          "trpcCode": "UNAUTHORIZED",
          "name": "ReqMissingSaleorApiUrlError",
          "message": "Missing authData in request",
          "stack": "[HIDDEN]"
        },
        "stack": null
      }
    }
  }
]

What may be causing this?

smallwire commented 7 months ago

My bad, made a mistake configuring the APL.

makovez commented 2 weeks ago

what was the problem ? im having same issue