- Issue created by @bendqh1
 - Status changed to Closed: works as designed
almost 2 years ago 12:18am 17 December 2023 As indicated by
vendor/bin/drush watchdog:showthe problem was in a twig file of the Basic theme because when I have changed in/themes/contrib/basic/templates/layout/html.html.twigfrom 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/contextand manually removed the particular condition-reaction discussed here.