-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
Describe the issue
Modules have the ability to request an immediately redirect after they've been installed in FusionCMS; however, the module's assets (e.g. js/css) isn't available for a successful redirect.
To reproduce
The relies on the fact that you have a redirect in place inside your module's modules.json file:
{
"name": "Acme",
"slug": "acme",
"version": "1.0",
"redirect": {
"install": "acme/install"
}
}
Next, upload and install your module. The module will be installed correctly, however no redirect happens because the module's routes have yet to be loaded.
Screenshots
Version and browser
Version: Master
Bug report checklist
- I have filled out as much information as I can
- I have detailed how the issue can be reproduced
- I have searched for existing issues and to the best of my knowledge this is not a duplicate
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working

