Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

224
Views
Apple Sign In won't post when setting usePopup to true

I cannot get apple sign in to post to my redirectURI if I set usePopup: true. When I set it to false I am however able to get it to work with no problems and it will redirect me to the redirectURI. I am not doing any of this on localhost and everything is HTTPS so I don't think that is the issue.

Here is the error I message I get in the safari console (does not show up on firefox or chrome) when I successfully sign in to apple and press continue:

Unable to post message to https://my-staging-site.soundstripe.com. Recipient has origin https://ea88-2601-1c2-780-c240-e9ee-17e4-e1c4-7cbd.ngrok.io.
index.js:29

And here is how I am calling it:

AppleID.auth.init({
  clientId: "com.soundstripe.web",
  scope: "name email",
  redirectURI: "https://my-staging-site.com/auth/apple",
  nonce: String(Date.now()),
  usePopup: true,
})

const appleAuth = async () => {
  const response = await window.AppleID.auth.signIn()
  return response
}
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!