manishkatyan / strapi-stripe

Stripe Plugin for Strapi CMS
66 stars 33 forks source link

no plugin's collections ERROR #29

Closed leszekkorzan closed 2 years ago

leszekkorzan commented 2 years ago

I have installed strapi-stripe plugin, created poduct, make an order. But there is an error connected with collections.

So there are no plugin's collections there.

image

in logs: error: select "t0".*, "t0"."id" from "strapi-stripe_strapi-stripe-product" as "t0" where ("t0"."id" = $1) limit $2 - invalid input syntax for type integer: "undefined"

Errors also appear on handling (adding) order data

leszekkorzan commented 2 years ago

"dependencies": { "@strapi/plugin-users-permissions": "4.2.2", "@strapi/provider-email-nodemailer": "^4.2.2", "@strapi/strapi": "4.2.2", "@strapi/utils": "^4.2.2", "pg": "8.7.3", "pg-connection-string": "^2.5.0", "strapi-plugin-email-designer": "^2.1.1" },

leszekkorzan commented 2 years ago

insert into "strapi-stripe_strapi-stripe-payment" ("created_at", "customer_email", "customer_name", "is_txn_successful", "transaction_id", "txn_amount", "txn_date", "txn_message", "updated_at") values ($1, $2, $3, $4, $5, $6, $7, $8, $9) returning "id" - value too long for type character varying(255) error: insert into "strapi-stripe_strapi-stripe-payment" ("created_at", "customer_email", "customer_name", "is_txn_successful", "transaction_id", "txn_amount", "txn_date", "txn_message", "updated_at") values ($1, $2, $3, $4, $5, $6, $7, $8, $9) returning "id" - value too long for type character varying(255)

nishekh-e-r commented 2 years ago

@leszekkorzan you can see all the payment details in the strapi payment plugin dashboard, refer below screenshots. stripe-payment stripe-payment-details2