[6.x]: Settings utilities links route to non-existent /Index pages
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 3.6k
- Forks
- 705
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 134
Description
What happened?
Description
In Craft CMS 6.0.0-alpha.10, clicking some Settings utility items causes a frontend console error and the page does not open correctly.
The console shows errors like:
Uncaught (in promise) Error: Page not found: settings/sections/Index
Uncaught (in promise) Error: Page not found: settings/entry-types/Index
Uncaught (in promise) Error: Page not found: settings/fields/Index
Steps to reproduce
- Log in to the Craft CMS control panel.
- Go to Settings.
- Click Sections, Entry Types, or Fields.
- Check the browser console.
Expected behavior
The selected settings page should open without any console errors.
Actual behavior
The page fails to load and the console reports Page not found errors for routes ending in /Index.
Craft CMS version
6.0.0-alpha.10
PHP version
No response
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue in the Craft CMS control panel by opening Settings and selecting Sections, Entry Types, and Fields, then inspect the browser console. Trace the links that produce the settings/sections/Index, settings/entry-types/Index, and settings/fields/Index routes. Done means each selected settings page opens without a Page not found error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100