404 (Not Found)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gundogduyakici
    Senior Member
    • Mar 2018
    • 165

    404 (Not Found)

    I have created a new module. I clicked the link in Admin panel. But it gives a 404 error. Because the way he went is wrong.

    Incoming result:
    http: //www.myespo.crm/client/src/controllers/career-groups.js? r = 1521809597

    The result should be:
    http: //www.myespo.crm/client/modules/src/controllers/career-groups.js? r = 1521809597
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello

    check clientDefs -> controller
    if you need it in http: //www.myespo.crm/client/modules/{your-module}/src/controllers/career-groups.js,
    the controller has to be defned as "{your-module}:controllers/career-groups"

    Comment

    • gundogduyakici
      Senior Member
      • Mar 2018
      • 165

      #3
      I do not have a clientDefs folder. I have only the entityDefs folder. Because only the settings section will be in the admin panel. Is that a problem? I just want it to appear in the admin panel. tanya
      Last edited by gundogduyakici; 03-23-2018, 01:12 PM.

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        did you define the module in your scope?

        Comment

        • gundogduyakici
          Senior Member
          • Mar 2018
          • 165

          #5
          I created the clientDefs folder and it worked. tanya Thanks

          Comment

          Working...