Authentication with next auth library

I have apple authentication with the next auth library. I have done all the configuration and my web app was working perfectly. I later changed the redirect_uri on the apple developer console under service_id configuration. the new redirect_url is not working, instead is the old URI that works. Am I missing something?. Stucked for a month...

Did you ever get a fix here? I have also been stuck on this for many weeks.

Have followed this guide: https://www.kyle-melton.com/blog/2022-02-how-to-setup-sign-in-with-apple and this older guide: https://www.thesiddd.com/blog/apple-auth to no avail.

Would love to collaborate here and come up with a fix.

Hopefully then can write a definitive, fool-proof guide on how to fix.

Authentication with next auth library
 
 
Q