Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested sub domain #1220

Closed
salacsoft opened this issue May 7, 2024 · 3 comments
Closed

Nested sub domain #1220

salacsoft opened this issue May 7, 2024 · 3 comments
Assignees

Comments

@salacsoft
Copy link

Bug description

Tenancy is not working properly on nested subdomain.

Steps to reproduce

I have a laravel project and installed tenancy. on the deployment server it uses subdomain, so upon creating tenant it will be nested subdomain. when i try to visit the tenant subdomain, its not getting in into the routes of my tenants.

Expected behavior

it should handle the nested subdomain properly

Laravel version

10

stancl/tenancy version

3.7

@salacsoft salacsoft added the bug Something isn't working label May 7, 2024
@stancl
Copy link
Member

stancl commented May 7, 2024

Can you provide more context? Tenancy works just fine with any subdomain levels. The issue description doesn't really give any specifics.

@salacsoft
Copy link
Author

usually the application is deployed to a domain then the tenancy will create subudomain for each tenant. however on my case the application is deployed in subdomain, so when the tenant is created it will be nested domain.
for example my application is deployed in myapp.mydomain.com so the tenant domain will be tenant.myapp.mydomain.com

@stancl
Copy link
Member

stancl commented May 7, 2024

You haven't said what in Tenancy doesn't work when you use that setup. It just sounds like you're facing some unrelated issue.

@stancl stancl closed this as not planned Won't fix, can't repro, duplicate, stale May 7, 2024
@stancl stancl removed the bug Something isn't working label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants