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
The Amplitude Flutter SDK should connect to the correct API endpoint (https://api2.amplitude.com) and upload events without errors.
Current Behavior
The SDK attempts to connect to 127.0.0.1:443, resulting in a java.net.ConnectException. This prevents events from being uploaded successfully.
E/Amplitude(12759): Error when uploading event: Failed to connect to api2.amplitude.com/127.0.0.1:443 E/Amplitude(12759): Stack trace: java.net.ConnectException: Failed to connect to api2.amplitude.com/127.0.0.1:443
Possible Solution
Steps to Reproduce
Set up the Amplitude Flutter SDK using the following configuration:
Expected Behavior
The Amplitude Flutter SDK should connect to the correct API endpoint (https://api2.amplitude.com) and upload events without errors.
Current Behavior
The SDK attempts to connect to 127.0.0.1:443, resulting in a java.net.ConnectException. This prevents events from being uploaded successfully.
E/Amplitude(12759): Error when uploading event: Failed to connect to api2.amplitude.com/127.0.0.1:443 E/Amplitude(12759): Stack trace: java.net.ConnectException: Failed to connect to api2.amplitude.com/127.0.0.1:443
Possible Solution
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: