Issue with GitHub OAuth using Ueberauth_Github: handle_request!/1 returning nil

I’m encountering an issue with GitHub OAuth authentication using the ueberauth_github library in my Phoenix application. After checking the fly.io monitoring, I’ve noticed that the handle_request!/1 function is returning nil , which leads to a lack of connection being established as expected. This results in a crash of my application.

Error stack trace:

Any suggestions about how to resolve this issue or better alternatives to the library would be greatly appreciated.
Thank you!

From General to Questions / Help

Added elixir

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.