responsively-app
responsively-app copied to clipboard
Support localhost
🚀 Feature Request
Hi, add support for localhost and 127.0.0.1
Cheers
Hey @FabianLoRs :wave:,
Thank you for opening an issue. We will get back to you as soon as we can. Have you seen our Open Collective page? Please consider contributing financially to our project. This will help us involve more contributors and get to issues like yours faster.
https://opencollective.com/responsively
We offer
priority
support for all financial contributors. Don't forget to addpriority
label once you become one! :smile:
@FabianLoRs What do you mean by adding support for localhost?
You can access the localhost URL using URLs like http://localhost:3000/
, if that's what you meant.
I don't seem to be able to access http://localhost:3000/
on my system either, works fine when using chrome but not in the app.
It seems to want to redirect to: https://www.google.com/http://localhost:3000/
removing the google part does not help
I can not reproduce this issue. Localhost seems to work fine for me. Video:
https://github.com/responsively-org/responsively-app/assets/105628058/55d4e708-4e27-45c3-b4db-70a89a3e26ec
Maybe provide more details of what kind of service you are trying to use, or provide a video of the issue?
I believe it's not about "127.0.0.1" or "localhost" hosts. Right now, I am working on the app that uses the 8000th port. So I have in the address bar "http://localhost:8000/" string.
And while I can enter and see results (copy->paste->go) for URLs except "/", when I enter the home URL ("/"), nothing happens. I.E. current(another) URL stays open.