0
0

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 1 year has passed since last update.

next-authのログイン認証エラー

Last updated at Posted at 2022-12-28

nextjsで作ったサイトをvercelにデプロイ後、
ログインをすると出るようになった謎のエラーです。
ローカル開発環境では問題なく動いていたのに、突発的エラーが発生しました
server error there is a problem with the server configuration. check the server logs for more information.
との事

2022-12-28 15.28のイメージ (1).jpeg

解決法

1、シークレットキーを作る。
ターミナルに’openssl rand -base64 32’と入力し生成する
参考https://next-auth.js.org/configuration/options
2022-12-28 20.34のイメージ.jpg

2、next.config.jsに’NEXTAUTH_SECRET’を作る
シークレットキーを入れる
スクリーンショット 2022-12-28 20.51.45.png

3、作ったauthファイルの項目に追加する
スクリーンショット 2022-12-28 21.02.50.png

これで認証は成功しました。
ここ1年で変更があったっぽい

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?