- Issue created by @anjaliprasannan
- 🇮🇳India anjaliprasannan
This is due to the settings in /admin/config/system/site-information, Default front page is set to user/login. But this should be set to /home right? When I changed to /home it works as expected. For a fresh installation of drupal_cms the setting should be changed.
- 🇺🇸United States phenaproxima Massachusetts
Drupal CMS does set it to
/home
: https://git.drupalcode.org/project/drupal_cms/-/blob/1.x/recipes/drupal_...If I do a clean install of Drupal CMS 1.x, then run
ddev drush cget system.site
, I see this:page: 403: /user/login 404: '' front: /node/2
The front page is being set as I would expect, but I would get redirected to /user/login if I didn't have permission to access /node/2. But the default front page is published, so even as an anonymous user, it seems to work okay for me.
What am I missing here?
- 🇮🇳India anjaliprasannan
@phenaproxima I tested again on a fresh installation of Drupal CMS and was unable to reproduce the issue. Although I had used a fresh installation before, the behavior is now different. It is correctly redirecting to the homepage instead of the user profile page. Everything is working as expected, so I am closing the ticket.