"Install now" button for plugins on web marketplace returns a 404
Bug report
When navigating to any plugin on the web marketplace (https://market.strapi.io/plugins), the Install Now button does not work and returns a 404 error in the console. The user is redirect to a generic landing page with no information about what went wrong or how to correct the issue. (directed here: https://market.strapi.io/marketplace/plugins/%23install-now-section)
Steps to reproduce the behavior
- Go to plugin web marketplace and select any plugin from the list (v4 or v5)
- Click on Install Now
- You'll be redirected to https://market.strapi.io/marketplace/plugins/%23install-now-section with no information and the plugin has not been installed
- See error below in console
- Workaround (TBC) is to use app marketplace instead (@maccomaccomaccomacco ?)
https://github.com/user-attachments/assets/869c5322-bed5-4dec-854d-3c1a1cfc5960
Expected behavior
When selecting Install Now, the command to install the plugin is run and I see a confirmation message
Additional context
This has not been confirmed on the in app marketplace
can i fix it ?
Hey @AryanSwaroop if you'd like to submit a PR fix, that'd be great - we're trying to look at community PRs as soon as we can π
On it !!
i have figured out where to fix and what to fix but having some issues with deployment and testing.
Hey @AryanSwaroop any further details on what issues you're having?
I am new to this repo , how do i test the changes that i have done @hanpaine , if you could provide some help !!