Hey, I don't like asking this question because its...
# support-questions-legacy
r
Hey, I don't like asking this question because its difficult to verify, but whenever I use my own production keys with Apple, the login stops working. It does redirect to
/api/auth/callback/apple
but the result is:
{"message":"API input error: Please make sure to pass valid URL query params"}
I double checked all the credentials 100 times haha. Would you have any idea what it could be? I copied the
.p8
file from Apple and pasted those env's directly in the
appleClientInfo
and added the \n like in the example I just wonder if it is going wrong on my end or there is something with Supertokens.
r
Hey @robschilder are you using next js?
r
Yes
r
If yes, this is a known issue. We will fix it tomorrow
r
Oh really? Thank god haha, should’ve asked earlier
r
Yeaaa. Someone else reported this today as well.
r
Cheers, thought I was going crazy
r
Thanks!
r
Could you let me know here when it’s fixed?
r
today
end of day
r
Where can I see the progress/ whether its fixed, is there a Github issue? Its kind of crucial, as it blocks any native App store updates and users cant log in now.
@robschilder which version on the node SDK are you using?
r
13.0.2
r
ah right ok. So thats the latest one. The fix will be applied to that version
If you really need it now (cause the fix will still take a few hours from testing), you could disable the default API we have for the apple callback API, and implement it on your own by copying over the code from our SDK.
hey @robschilder we have released a new version of the node SDK with the fix
r
Fantastic, testing it now!
Yep, works like before! Cheers for the fast replies in crucial things such as this one. This puts my faith in the crew 🤞
r
Thanks to @porcellus
3 Views