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

Cannot connect to shelf server over internet using domain which is linked to ip but ip works #420

Open
leeflix opened this issue Mar 22, 2024 · 0 comments

Comments

@leeflix
Copy link

leeflix commented Mar 22, 2024

I am using

await serve(pipeline.addHandler(app), InternetAddress.anyIPv6, 10000);

to serve my webserver. I can reach it by entering 34.141.63.80:10000 in the browser but the domain i linked to 34.141.63.80 (easywear.app) does not work: https://www.nslookup.io/domains/easywear.app/webservers/

When I use express.js it works

Please help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant