Module can not be enabled

Whit code below this module can not be enabled. Why?

"modules": {
         "generalPages": [
             {
                 "url": "",
                 "key": "i4ware-tfj-dashboard",
                 "location": "system.top.navigation.bar",
                 "name": {
                     "value": "Timesheets"
                 },
                 "conditions": [
                    {
                        "condition": "user_is_logged_in"
                    }
                ]
             }
         ]
     }

Just a shot in the dark but seems like the url is missing?

Everything worked well before I changed the App Key and deleted the customers folders who was installed the my App. But this App is under development so there is no real customers.

URL missing because link to the App must go to document root.

This issue seams to be solved now. I just placed the index.php to url.

1 Like