0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

.envファイルをつくった時に気をつけたい事

Posted at

apiを叩くときにapikeyを隠すために.envファイルを作成すると思います。
(gitで管理されないようにするため)

その際、一度再起動しないとエラーになります。
僕はそれでしばらく悩みました。。。(ググったら同じ悩みの人がいてすぐ解決案を知れました)
なので

.envファイルを作成→apikeyを設定→.gitignoreに.envを記述→「再起動」

この手順でやりましょう!

またNetlifyでデプロイする際も注意が必要です。
.gitignoreでgitから管理されてない状態のため、環境変数を設定しないといけないです。
またここでしばらく悩みました。。。

deploysetting→Build&dploy→Environment variables

ここでkeyとvalueを設定できます。するとデプロイできるかと思います

最後に

エラー発生した際はググることももちろん大切ですが、時間を掛けすぎるのもよくないかなと思います。
身近に質問できる環境を作ることをお勧めします!

0
1
1

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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?