Apple Auth Error After EAS Build

Hello everyone, I built EAS for development and production and did not change the bundle or client ID for Apple authentication. However, I am now encountering an error when attempting to log in. The authentication was working correctly before the EAS build. I am using Supabase.

image

I forgot to include “plugins”: [“expo-apple-authentication”] in app.json, resulting in an error. However, it works locally, so always add “plugins”: [“expo-apple-authentication”] before running eas build.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.