Bubka
Bubka
> We converted from 'native users' to SSO How did you proceed? Like so? 1. Sign up with email (say `[email protected]`) & password on 2FAuth 2. Enable SSO 3. Logout...
Hi, Is the `APP_URL` env var set with the url you use to access 2FAuth? like `APP_URL=https://my.2fauth.net` Also please attach a terminal to your container et run `php artisan view:cache`...
try with `APP_URL=http://localhost`
It's strange because when I reproduce the missing `$isSecure` variable error, I don't get a blank page, I get the full error stack. There must be something else. Please check...
Hi, This is caused by Content Security Policies, most probably because the value you set for `APP_URL` does not equal `https://192.168.15.7`
If you access the app in your browser by typing `https` in the address bar then yes you have to.
What protocol are you using in the browser addressbar? `http` or `https`? Anyway, there is maybe something wrong in my CSP implementation. Using `docker run -it --rm -p 8000:8000/tcp -v...
Shame on me, I forgot to mention the need of the custom port :confounded: :sweat_smile: You can safely remove `-e ASSET_URL=...` as it's only required when the assets (js,css, img)...
ok, thx for the feedback. Please continue with this extra env var, will check why this occur on my side asap
Hi, > [...], but the page won't load. What happens precisely? Do you get an error? what do you see? You should have a look at nginx log too. The...