Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

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

  • 1 resposta
  • 1 tem este problema
  • 40 visualizações
  • Última resposta por Amelia

more options

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
Capturas de ecrã anexadas

Todas as respostas (1)

more options

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.