diff --git a/app/Http/Middleware/TrustProxies.php b/app/Http/Middleware/TrustProxies.php index 3391630..62661c9 100644 --- a/app/Http/Middleware/TrustProxies.php +++ b/app/Http/Middleware/TrustProxies.php @@ -12,7 +12,9 @@ class TrustProxies extends Middleware * * @var array|string|null */ - protected $proxies; + protected $proxies = '*'; +// from https://stackoverflow.com/questions/74092918/vite-production-error-mixed-content-the-page-at-https-example-herokuapp-com + /** * The headers that should be used to detect proxies.