Description:
When creating new websites through the Plone 6 backend, I am asked to provide a path identifier (e.g., plone1, plone2, etc.). However, in the frontend terminal, only the first site (e.g., plone1) is shown as running, while the others (e.g., plone2, plone3, etc.) do not appear to be active.
I have tried creating multiple websites with different path identifiers (e.g., plone1, plone2, plone3), but only the first website appears in the terminal output, and it is the only one showing up in the frontend. The others are not being served or displayed in the Volto frontend, even though they have been created in the backend.
Steps Taken:
-
Created multiple websites with different path identifiers (plone1, plone2, etc.) in the Plone 6 backend.
-
Checked the frontend terminal, where only the first website (plone1) is displayed as running.
-
Tried accessing other websites (e.g., plone2, plone3), but they do not show up in the Volto frontend.
Expected Behavior:
All websites with unique path identifiers (e.g., plone1, plone2, plone3) should be visible and accessible in the frontend, with their respective frontends (Volto) running.
Questions:
-
Why is only the first site (e.g., plone1) being displayed in the terminal and frontend?
-
How can I ensure that all websites with different path identifiers (e.g., plone2, plone3, etc.) are properly served and displayed in the frontend?
-
Is there a configuration step or process that I might be missing to make all the websites accessible from the frontend?
Environment:
• Plone 6
• Volto (Frontend)
Any guidance or suggestions would be greatly appreciated. Thank you!