AuthSession.useAuthRequest never loads

I am trying to implement social logins using the AuthSession module.
Whenever I fire the AuthSession.useAuthRequest function, this warning is fired:

Possible Unhandled Promise Rejection (id: 1
):
TypeError: null is not an object (evaluating ‘_ExpoRandom.default.getRandomBytesAsyn
c’)

I am on Expo 3.24.2

How can I move forward? To me it appears as if some internal module (Expo-random) has some flaw that prevents the AuthSession module from functioning correctly.