Looking to build a web/mobile application running on a Decoupled Drupal codebase & cloud hosting using containers. I have looked at the Reservoir & Contenta installation profiles but they appear to be basically the same as D8 core with a few extra modules for GraphQL support. Similarly, have been evaluating between the Angular, Gatsby, React, & Vue development frameworks for JavaScript. There does not appear to be a lot of information on the subject.
I copied my production site over to a new site in order to create a clean development site. The site displays fine except when I login as the admin it takes me to an error page, but does not show any error codes. I also cannot access any pages when I'm logged in as the admin - just the error page (from my theme). If I login as a non-admin user, I can access all pages as usual, except not the edit profile/account tabs - it just takes me to the same error page.
I followed Jay Friendly's excellent tutorial at https://www.morpht.com/blog/drupal-and-composer-part-2-managing-drupal-8-site-composer. If you do this, the main content is in the web subdirectory. How do you configure things so that your users do not have to append /web to the end of their URLs? I tried using .htaccess and settings.php, but it did not work. Where should the .htaccess file be located?
Today I have been given the requirement for new site to be developed in Drupal.
I have to learn from scratch within a week. I need any good links other than drupal.org to start with. I already have hands on experience in Wordpress and PHP.