There is set a wrong link on the project dashboard
+ new project is set with the relative path */projects/project/new
it should be set just */projects/new

Comments

ChoY created an issue. See original summary.

adominique’s picture

Status: Needs work » Closed (works as designed)

The button is created in the *links.action.yml file

ek_projects_new_button:
  route_name: ek_projects_new
  title: 'New project'
  appears_on:
    - ek_projects_main

The route_name refers to the *routing.yml file

ek_projects_new:
  path: 'projects/new'

The file was edited with commit on Nov 4, 2017 ("Change route for new projects page to avoid conflict with block display").

Possible solutions:

- clear all cache after verification you have the latest updated files: /admin/config/development/performance;
- and/or run /update.php to rebuild the routes with update 8003;
- or do a rebuild by navigating to /core/rebuild.php
- or uninstall and reinstall module.