I am a new user to the Sign In With Apple Plugin, but it appears to not be working. I can successfully enter the Apple username & password, but it is returning an error. This appears to be occurring in the demo app as well. In the demo, it’s ending up on the “Login Cancelled” page. This is difficult for me to debug because I don’t have great visibility to what’s happening on the URI process.
Hello @nedbrush
Thanks for reaching out and sorry for the trouble! 
Please do follow our docs - https://docs.zeroqode.com/plugins/sign-in-with-apple-plugin#introduction
and check demo page for mode information.
Alternatively would you kindly provide more details, like steps to reproduce the issue, screenshots of your workflows, errors, console.logs, etc so we could help you better ?
Thanks for understanding.
Regards,
Dumitru
Hi Dumitru, I believe I figured it out. It looks like the plugin relies on (ie requires) a typo in the backend workflow. On the element, the Redirect URI is: https://APP-URL/version-test/api/1.1/wf/applesingin. Notice that the typo lists it as “applesingin” not “applesignin.” I had fixed the typo (in both the element and the workflow), but that appears to result in a “Redirection on error.”
When I changed both the element URI and the workflow to have the typo, then everything works correctly. Is that believable? I would have guessed that I could have named the workflow any name and as long as the element URI matched it, everything would work. But based on my experimenting, it appears that the plugin requires “applesingin” in order to work correctly.
Hello @nedbrush
Though the workflow typo on our demo page is there, it should not influence on working process.
The “Redirect error” will appear in case you’ve provided the wrong URI address in Apple’s developer dashboard.
So even if you’ve corrected the type in the text, you need to initialize this endpoint and write it correctly on the Apple side as well.
Have you checked the Apple Developer dashboard?
However if this fix works for you, I believe you could leave as is. 
Regards,
Dumitru
Hi Dumitru - I have tried with and without the typo with both URI addresses in Apple’s developer dashboard. The only one that works for me is the typo version. It is okay - I can live with the typo since it is working for me.
Thanks!
Ned
Hello @nedbrush
That is really strange actually, since there is not something hardcoded or anything to that in plugin. The endpoint is simply created on Bubble side which is initialized and then transmitted to Apple as well as used in Apple application dashboard.
Glad that is working as is right now 
If have additional questions just let us know.
Also , if you like our plugin you can rate it by going to Plugins tab in Bubble editor. Find the plugin by name and it give it as many stars as it deserves
The more feedback we get, the more motivated we are to make things better in Bubble.

Regards,
Dumitru