- Issue created by @bendqh1
- Status changed to Closed: works as designed
over 1 year ago 12:18am 17 December 2023 As indicated by
vendor/bin/drush watchdog:show
the problem was in a twig file of the Basic theme because when I have changed in/themes/contrib/basic/templates/layout/html.html.twig
from this:<!DOCTYPE html> <html{{ html_attributes }}> {% endif %}
to that:
<!DOCTYPE html> <html{{ html_attributes }}>
I could then finally use my website as an admin and with Basic theme as a non-administrative theme unique to me as an admin.
I then went to/admin/structure/context
and manually removed the particular condition-reaction discussed here.