Eric Fletcher
Eric Fletcher
@mirafzal, that's for an entirely unrelated project, so not sure how it's relevant to this package
I'm not sure I understand the intent here. This code is aborting if a `Hostname` record is found (i.e. associated with a tenant), AND that tenant has `force_https` set to...
So do you have a record in `websites` AND `hostnames` for api.system.com?
That's why I was asking. If you don't have a "website" record for it, then it won't be loaded as a tenant and therefore this code shouldn't run. I think...
Fixed formatting in OP's post
This is a symptom of your configuration being incorrect, not an issue with the package itself. If this is still a problem for you, please provide the information requested in...
I have a few thoughts on this. I definitely understand where @Bibendus83 is coming from. It's not necessarily that the functionality is "wrong" as much as it's "counter-intuitive" In general,...
Not enough information. Please provide the full stacktrace. Also, your laravel and hyn/multi-tenant versions are quite old. Please consider updating.
We don't throw an exception there.... https://github.com/tenancy/multi-tenant/blob/5.x/src/Environment.php#L58-L74
The `/storage` returned is `/public/storage`, not `/storage`, so no, it shouldn't be what you listed. Please take a look at our docs for media (https://tenancy.dev/docs/hyn/5.4/structure#media)