Apace2 Cannot load auth/login 404

Okay I was just being a big dumb dumb.

I found out that while there was a .htaccess in the root folder. there was also one in the webroot/.htaccess. Once that one was restored, i finally got it back to the same error as in this post:
https://community.passbolt.com/t/js-libraries-not-loading-with-apache/

I get a white /auth/login page with nothing
My web console looks like this (Lot’s of content security policy error)


And the source code for the page is this:

<!doctype html>
<html class="passbolt no-js version launching no-passboltplugin" lang="en">
<head>
    <meta charset="utf-8"/>
    <title>Passbolt | Open source password manager for teams</title>
    <!--

        ____                  __          ____
       / __ \____  _____ ____/ /_  ____  / / /_
      / /_/ / __ `/ ___/ ___/ __ \/ __ \/ / __/
     / ____/ /_/ (__  )__  ) /_/ / /_/ / / /_
    /_/    \__,_/____/____/_.___/\____/_/\__/

    Open source password manager for teams
    Copyright (c) Passbolt SA (https://www.passbolt.com)


    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as
    published by the Free Software Foundation, either version 3 of the
    License, or (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Affero General Public License for more details.

    You should have received a copy of the GNU Affero General Public License
    along with this program. If not, see http://www.gnu.org/licenses/.


    -->
    <meta name="description" content="Open source password manager for teams">
    <meta name="keywords" content="Passbolt, password manager, online password manager, open source password manager">
    <meta name="robots" content="noindex, nofollow">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="shortcut icon" type="image/x-icon" href="https://www.passbolt.domain.com/favicon.ico" />
    <link rel="icon" href="https://www.passbolt.domain.com/favicon_32.png" sizes="32x32" />
    <link rel="icon" href="https://www.passbolt.domain.com/favicon_57.png" sizes="57x57" />
    <link rel="icon" href="https://www.passbolt.domain.com/favicon_76.png" sizes="76x76" />
    <link rel="icon" href="https://www.passbolt.domain.com/favicon_96.png" sizes="96x96" />
    <link rel="icon" href="https://www.passbolt.domain.com/favicon_128.png" sizes="128x128" />
    <link rel="icon" href="https://www.passbolt.domain.com/favicon_192.png" sizes="192x192" />
    <link rel="icon" href="https://www.passbolt.domain.com/favicon_228.png" sizes="228x228" />
    <base href="https://www.passbolt.domain.com/">
        <script src="https://www.passbolt.domain.com/js/app/stylesheet.js?v=3.8.1" id="stylesheet-manager" data-file="api_authentication.min.css" cache-version="3.8.1"></script></head>
<body spellcheck="false">
<!-- main -->
<div id="container" class="page ">
</div>
<script src="https://www.passbolt.domain.com/js/app/api-vendors.js?v=3.8.1" cache-version="3.8.1"></script><script src="https://www.passbolt.domain.com/js/app/api-triage.js?v=3.8.1" cache-version="3.8.1"></script></body>
</html>

Any tips to solve this? (or/and should I make a new post? this is very related, and my title stands semi true)