http instead of https production issue

Currently have my .env set to "production" instead of "local" for my APP_ENV. However, in my admin panel, none of the js is working for the table due to this:

Mixed Content: The page at 'https://mydomain.com/admin/guests' was loaded over HTTPS, but requested an insecure script 'http://mydomain.com/js/filament/tables/components/table.js?v=3.2.23.0'. This request has been blocked; the content must be served over HTTPS.


Really confused whats going on
Was this page helpful?