HTTP/HTTPS issues with table.js
Quick setup for our server setup:
We run the following on our VPS:
- php 8.2
- nginx
- mariaDB
- Laravel 10.32.1
- filament/filament 3.0-stable
We use cloudflare for our DNS which handles our SSL certificate
This is all working perfectly and everything works except our mail button, we've created a custom button for this:
It works flawlessly on localhost (using herd) but it appears it does not want to work on our prod server, where we get this error:
Our .env has the right url:
https://www.{{URL}}/
Does anyone know how to fix this, since our actions died on us like delete+mail2 Replies
Try setting the
ASSSET_URL
apearantly the other dev managed to fix this by forcing https using Illuminate:
Hope this helps.