Problem
Accessing https://tryout.ddev.site/ returns a 404 error instead of serving the site. This is because the TYPO3 site configuration (config/sites/camino/config.yaml) had base: /camino/, meaning TYPO3 only responded to requests under /camino/.
Fix
Changed base from /camino/ to / in config/sites/camino/config.yaml so the site responds on the root URL.
🤖 Generated with Claude Code
Problem
Accessing
https://tryout.ddev.site/returns a 404 error instead of serving the site. This is because the TYPO3 site configuration (config/sites/camino/config.yaml) hadbase: /camino/, meaning TYPO3 only responded to requests under/camino/.Fix
Changed
basefrom/camino/to/inconfig/sites/camino/config.yamlso the site responds on the root URL.🤖 Generated with Claude Code