The form leads to an unknown action.
When clicking on the button to install the purchased plugins, it installs the plugins.
When clicking on the button to install the purchased plugins, we have an error page.
1.Go to marketplace, browse.
2.Click on the button install purchased plugins
3.Click on the install and activate x purchased plugins
Looks like the destination url from from confirmation modal might be defaulting to CoreHome instead of Marketplace? https://github.com/matomo-org/matomo/blob/c75dcf71b75d1112e3e00fda602fd0e7a17a54f7/plugins/Marketplace/vue/src/LicenseKey/LicenseKey.vue#L158-L160
@bx80 @diosmosis is this a vue related regression?
@bx80 @mattmary does this change solve the issue: https://github.com/matomo-org/matomo/compare/vue-marketplace-action-url?expand=1 ?
@diosmosis That change solved the issue for me :+1: