Closed secureweb16 closed 1 year ago
I'm using blade templates
Try replacing this in your main blade file:
host: "{{ Request::get('host') }}
with this:
host: "{{ is_array(\Request::get('host')) ? \Request::get('host')[0] : \Request::get('host') }}",
It sounds like the app is not getting the host
param at all.
Is this a fresh install?
Closing this for now until further info is provided.
https://prnt.sc/wqQd69wLlisf https://prnt.sc/zoqZA4f-OPwb