Sign in with Apple: issue when navigating to non-index pages

Hi all,

My app consists of 2 pages - one page specifically for a mobile app (will be a wrapper) which allows registered users to create their own sale page. The live sale page lives at the 2nd page (outside of the mobile app) where anyone can visit it.

The mobile app is at domain.com/index and the sale page is at domain.com/sale.

I got the Sign in with Apple app from Zeroqode successfully working after a bunch of trial and error, however now I’m running into an issue:

**When I am logged in with Apple, I am unable to view anything on the second page ( /sale) – whether navigating to it directly in the browser or through the app (click view my sale button → open external website ) The parameters seem to pass but i get redirected to /index. **

I’ve checked the logs, debug mode (which doesn’t catch anything because I’m opening a new page), my apple settings… Any ideas or hints to get me in the right direction?

Happy to provide more info or necessary screenshots but wasn’t sure what all to include.

Thanks!

This was the fix: had Redirect users who haven’t changed their password redirecting to index. Removed it and everything works.

1 Like