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

[auth0] Failed Exchange のエラー解決方法

Last updated at Posted at 2022-12-24

結構手間取ったのでメモ残しておきます。
作業ログっぽい感じです。

背景

Next.jsでSPA構築しているときに、ログインは成功しているがFailed Exchange という謎のエラーが発生してしまい、クライアントで認証エラーとなる。

Logを見るとこんな状態
スクリーンショット 2022-12-24 9.15.16.png

ログインは成功しているが、次の操作で失敗している。
Failed Exchange の詳細を調べるとこの記事にたどり着いた。

自分の場合は、Event Codeがfeccftだったので、アクセストークンの交換に失敗したみたいでした。

解決方法

じゃあどうするの、って感じだったのですが以下にたどり着いた。

  • 該当アプリケーションの Settings > Application type を Regular Web Applicationに変更
  • Token Endpoint Authentication Method を None に変更
  • save
  • Application Type を Single Page Application に変更
  • save
  • 治った

終わり

そのうち修正入るかもしれないです。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?