Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

mozilla not opening localhost and ask for an application to open localhost link

  • 1 பதிலளி
  • 1 இந்த பிரச்சனை உள்ளது
  • 40 views
  • Last reply by Amelia

I have a local React repo running in localhost:3000. When I open mozilla and write the address and hit Enter, mozilla prompts a popup that say "Choose an aplication to open the localhost link". So it's not possible open localhost. Then I set the "System Handler" option and it didn't work at all. Then I look for the binary from mozilla to add it and it didn't work.

So.... How to fix this to open localhost and why is this happening?

Thanks in advance

I have a local React repo running in localhost:3000. When I open mozilla and write the address and hit Enter, mozilla prompts a popup that say "Choose an aplication to open the localhost link". So it's not possible open localhost. Then I set the "System Handler" option and it didn't work at all. Then I look for the binary from mozilla to add it and it didn't work. So.... How to fix this to open localhost and why is this happening? Thanks in advance
Attached screenshots

All Replies (1)

Hello,

I think that Firefox is assuming that localhost: is a protocol handler. (like steam: and ftp:).

I am not aware how it has decided to do this, or how to solve it directly, but you may have success adding an http:// before it, or by using 127.0.0.1 instead of localhost.