LoginSignup
1
0

More than 3 years have passed since last update.

仮想マシンのfirebase loginでハマった(Centos7)

Posted at

起こったこと

ログインしてみようとしたんですよ。

$ firebase login

URLが出てきて、リンク先がひらけない。いきなりの出来事すぎて驚いたからポートを確認した。

$ sudo firewall-cmd --list-all

public (active)
  target: default
  icmp-block-inversion: no
  interfaces: enp0s9
  sources: 
  services: dhcpv6-client http https ssh
  ports: 8080/tcp 80/tcp 443/tcp
  protocols: 
  masquerade: no
  forward-ports: 
  source-ports: 
  icmp-blocks: 
  rich rules: 

いや、https用のポートは開いてんなあ。

答え

ここで解決されてた。
firebase loginで正常にfirebaseが起動してくれません。

$ firebase login --no-localhost

そしたら、URLに飛べた。感謝感謝。

参考

firebase loginで正常にfirebaseが起動してくれません。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0