I am trying to install statamic 3 behind a proxy with https.
I updated 'url' and 'asset_url' in config/app.php and some parts of the control panel are served via https but some still using http.
For example: - cp/updater/count - cp/users?sort=email&order=asc&page=1&perPage=50&search=&filters=e30%3D
this seems to be only the case for ajax calls, but I can't find another config to force https.
All issues and documentation I can find are related to statamic v2 but not v3.
Please help me :)