Posts

Post not yet marked as solved
0 Replies
275 Views
Hi below is my code , I am getting invalid uri , I really need this to work , can someone please help ? I went through all the articles nothing worked Under the Service ID configuration domain : api.oro.art return URL : https://api.oro.art:3000 let init = function(){ console.log("APP START FOR APPLE"); window.AppleID.auth.init({ clientId : 'art.oro.services', scope : 'name email', redirectURI : 'https://api.oro.art:3000', state : 'openssl_random_pseudo_bytes', usePopup: true }); console.log("Got to the end"); }
Posted
by Aakrati19.
Last updated
.