You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running flutter run --target lib/main_staging.dart the app doesn't authenticate the mock user against the mock auth server which is running on localhost:8080
I verified that in AuthApiClient the correct host/port gets passed to HttpClient but it appears that later the port is ignored and HttpClient attempts to post to a random port.
When running
flutter run --target lib/main_staging.dart
the app doesn't authenticate the mock user against the mock auth server which is running on localhost:8080From the log:
I verified that in AuthApiClient the correct host/port gets passed to HttpClient but it appears that later the port is ignored and HttpClient attempts to post to a random port.
samples/compass_app/app/lib/data/services/api/auth_api_client.dart
Line 28 in 42c081f
The text was updated successfully, but these errors were encountered: