If you see “OAuth error: timeout of 15000ms exceeded”, it means an OAuth-related request did not finish within 15 seconds. The timeout may happen while contacting the identity provider, exchanging an authorization code for a token, loading user profile data, or waiting on something inside your own backend. The important part is that…