usdot-fhwa-stol / cda-telematics

Apache License 2.0
1 stars 2 forks source link

Historical Data Processing section on UI doesn't allow log file upload from Firefox browsers #199

Closed adev4a closed 6 months ago

adev4a commented 6 months ago

Summary

During integration testing on the historical data processing service it was seen that on the firefox browser bag file uploads are not working correctly. The Browse ROS2 Rosbagoption is available when logged in to the UI, but on selecting the file to upload the list remains unpopulated image

On selecting process, an empty file error is thrown. image

This error is not seen in Chrome or Chromium browers.

Commit

Develop

Expected Behavior

Web UI allows uploading rosbag on Firefox

Actual Behavior

Rosbag upload does not work on Firefox

Steps to Reproduce the Actual Behavior

  1. Log in to cav-telematics.com from a firefox browser
  2. From the historical data window select Browse ros2 rosbag
  3. Attempt upload of locally stored rosbag

Related Work

No response