Closed nirenjan closed 1 day ago
Thank you again for finding and reporting all of these bugs!
This was an oversight on my part while developing v1, in which I changed the format of how timestamps are stored. The importer did not take this into account, which is why it failed.
The fix will be available in the next release.
The bug
When I attempt to import airtrail.json from an Airtrail export, it fails with the following popup.
This happens regardless of what state Airtrail is in. I have tried to import the contents immediately after export, and also into a fresh instance of Airtrail, both times I get the same error. I see no logs in the docker container. But I do see en error message when using the browser console.
Operating System that is running AirTrail
Ubuntu
AirTrail Version
1.1.0
Your docker-compose.yml content
Your .env content
Reproduction steps
This also works with a trimmed down export JSON, attached here: airtrail.json
Relevant log output
Additional information
Seems like the error is popping up here. I don't know Typescript enough to even attempt to fix this.