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

Unable to setup project under a subdomain #124

Open
surajk16 opened this issue Mar 23, 2020 · 0 comments
Open

Unable to setup project under a subdomain #124

surajk16 opened this issue Mar 23, 2020 · 0 comments

Comments

@surajk16
Copy link

I was trying to set this up under a subdomain in my server. I got the html and assets part to work under the subdomain. But for some reason, I'm not able to get the socket connection to work.

The polling request that starts with ?EIO=..... always returns a 404 route not found error.
I tried capturing all routes using express and it seems to reach express. But somehow it isn't recognized as a socket connection and reach there.

I tried changing the path variable while creating the io variable but that still doesn't seem to work.

Do I have to do any additional configs to run it under a subdomain?

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

1 participant