Portal style broken

Hi

My client portal’s style is broken:
https://invoices.nempo.com/client/

Other than the warning about the wrong protocol for the logo I don’t see any missing CSS-files. So it looks like a master CSS file isn’t included in the source code. Any idea why?

I’m running 5.8.37 from GIT together with https://github.com/invoiceninja/ui/releases/download/14.03.2024.1/invoiceninja-react.zip.

My Docker file downloads this file and does this:
&& unzip invoiceninja-react.zip *
** && mkdir -p “/var/www/html/public/react/v$INVOICENINJA_VERSION/” *

** && cp -r dist/react/* /var/www/html/public/react/ **
** && mv dist/react/* “/var/www/html/public/react/v$INVOICENINJA_VERSION/” **
** && mv dist/tinymce* /var/www/html/public **
** && php artisan ninja:react **
** && php artisan route:cache **
** && php artisan view:cache **

Hi,

If you re-upload your logo it may help with that error.

I’m not sure I follow, the React app is for the admin portal not the client portal.