saleor-dashboard icon indicating copy to clipboard operation
saleor-dashboard copied to clipboard

[Bug]: Why don't I have a button to install Stripe? how to fix it? Also all buttons is disabled for install

Open IvanUglovets opened this issue 10 months ago • 1 comments

Description of the issue

image

Steps to reproduce the problem

What did you expect to happen?

Additional information

No response

Environment

saleor-dashboard

IvanUglovets avatar Apr 24 '24 09:04 IvanUglovets

Hey,

I presume that you are self-hosting your instance. Buttons are only available in Saleor cloud where the applications are already hosted for users. In self-hosting, you need to deploy them first and use "Install external app" (where you provide url to application manifest).

You can find most applications here: https://github.com/saleor/apps

Stripe is in separate repository: https://github.com/saleor/saleor-app-payment-stripe

If you don't want to deploy anything on top of Saleor, Saleor worker and Dashboard, you could use Stripe Plugin (in settings, plugins), but it is depreciated in favour of applications (which are more flexible, but require additional setup). Plugins will be removed in 4.0

Disclaimer - I am not a contributor to Saleor, so there could be more details that I am not aware of

pawelromanskidajar avatar Apr 24 '24 11:04 pawelromanskidajar