manishkatyan / strapi-stripe

Stripe Plugin for Strapi CMS
65 stars 32 forks source link

Payment Configuration UI after setting STRAPI_ADMIN_API_TOKEN is Blank page #97

Closed Amaan-Shaah closed 1 year ago

Amaan-Shaah commented 1 year ago

Hi i have installed the stripe plugin for strapi following the steps below:

Node version-v18.16.0 npm version -9.5.1 Strapi version - 4.6.1

1) installed package via yarn 2) Added the three keys to the .env file, Created a admin API token following steps in the docs and added the generated admin key to STRAPI_ADMIN_API_TOKEN . left the STRAPI_ADMIN_LIVE_STRIPE_SECRET_KEY & STRAPI_ADMIN_TEST_STRIPE_SECRET_KEY the same.

3) Built the UI with yarn build and ran yarn run develop, 4) after logging in to the admin panel i can see the payments panel and clicking on configuration leads to a blank page,i am attaching the screenshots below.

Any help would be greatly appreciated.

Screenshot from 2023-07-06 17-13-26 Screenshot from 2023-07-06 17-13-51 Screenshot from 2023-07-06 17-14-09

nishekh-e-r commented 1 year ago

@Amaan-Shaah For strapi version 4.6.1 please install this version strapi-stripe-v3.3.0. Current strapi-stripe version 3.4.1 is not compatible with strapi-stripe 4.6.1. Because Strapi recently upgraded the UI design system which includes several breaking changes. For example, Typescript was introduced, which is strongly typed. Another example is the upgraded Select component now has many more attributes. These breaking changes caused a few of the bugs that you all have been reporting.