saleor-dashboard
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
Description of the issue
Steps to reproduce the problem
What did you expect to happen?
Additional information
No response
Environment
saleor-dashboard
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