0

i am trying to implement omniauth-apple in my rails app and get the following error after apple redirects to my page.

HTTP Origin header (https://appleid.apple.com) didn't match request.base_url (https://myurl.com)

Does anyone know a solution?

1 Answers1

0

I don't know yet. but looks like the gem 'omniauth-apple' is not properly maintained. So I would recommend building it from scratch and/or use the gem 'apple_id' to expedite part of the development.

Stephane Paquet
  • 2,315
  • 27
  • 31