Skip to content

Module install redirect not working #483

@skrolikowski

Description

@skrolikowski

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

Screen Shot 2020-04-29 at 2 03 40 PM

Screen Shot 2020-04-29 at 2 03 46 PM

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

Metadata

Metadata

Assignees

Labels

BugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions