You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to login with the TikTok provider, during the code/token exchange an error is thrown resulting in a failed login and a "Configuration" error.
How to reproduce
Clone the "Reproduction URL" repository.
Modify the /etc/hosts file with ``` 127.0.0.0 local.bountiez.co ````, this will allow you to test this locally.
Setup a sandbox app for tiktok in the 'tiktok for developers' dashboard:
Set up your .env file with AUTH_SECRET , AUTH_TIKTOK_ID , AUTH_TIKTOK_SECRET
Try to log in and see the server logs.
Expected behavior
Instead of throwing an error and re-routing to the error screen the user should be logged in/ created.
The text was updated successfully, but these errors were encountered:
eidriahn
added
bug
Something isn't working
triage
Unseen or unconfirmed by a maintainer yet. Provide extra information in the meantime.
labels
Dec 29, 2024
Environment
Reproduction URL
https://github.com/eidriahn/next-auth-example
Describe the issue
When trying to login with the TikTok provider, during the code/token exchange an error is thrown resulting in a failed login and a "Configuration" error.
How to reproduce
Expected behavior
Instead of throwing an error and re-routing to the error screen the user should be logged in/ created.
The text was updated successfully, but these errors were encountered: