No route found

v2026.

files are created but
for this module: " traininglaunchpad"
get No route found for "GET http://localhost/traininglaunchpad
this is a custom file, have about 15 of them, most work except these 3 are misbehaving

as well as 2 other forms that the user def has access to on v2025, we get:

Access Denied. User does not have "List" permission.
as noted list perms are on everyones account...

Double check your custom file settings. A route for a custom file is only generated if Includes common files is enabled and the file is a .php file. If you entered Path, note that it is your route (not physical file path). See Custom Files for details.

Also check if Lowercase routes is enabled, if not, the route should be in proper case.

As for permissions, double check your dynamic/static permission settings for the page. If static, make sure you clear Symfony cache after any changes.

in v2025 the route was /traininglaunchpad, in v2026 its using the filename syntax /training-launchpad (training-launchpad.php)

As the docs says:

If route is unspecified , the file name without extension will be used as the route.