I recently deployed my laravel app to production and changed the APP_URL variable in the .env file from http://myurl.abc to https://myurl.abc - however as soon as I deploy those changes then a couple of files are not found anymore / time out during requesting through the browser.
The files are my logo, hence I think the whole images directory - and the 2 other files are the generated css and js files from vite when running npm run build.
I tried re-installing my ssl cert, however all checks on them are fine - I tried enforcing https in the laravel config but nothing solved the issue.When requesting with http I get this in the dev tools:
However when I use https I don't even see the build/assets and images folder