diff --git a/backend/LexData/SeedingData.cs b/backend/LexData/SeedingData.cs index c61e3b288..e30c6368f 100644 --- a/backend/LexData/SeedingData.cs +++ b/backend/LexData/SeedingData.cs @@ -233,7 +233,7 @@ async ValueTask UpdateApp(object dbApp, OpenIddictApplicationDescriptor seedApp, OpenIddictConstants.Permissions.Scopes.Profile }, // port is dynamic due to the nature of the native app - RedirectUris = { new Uri("http://localhost:5173/api/auth/oauth-callback") } + RedirectUris = { new Uri("http://localhost:5173/api/auth/oauth-callback"), new Uri("http://127.0.0.1:5173/api/auth/oauth-callback") } } ], a => a.ClientId ?? throw new InvalidOperationException("ClientId is null"));