Under certain conditions, API files will stop getting saved.
From my log, the files started getting saved again when I restarted EO. There's no logic when saving the API files, they get added to the database directly and after that added to a sortie/expedition if they're related to that. From that info, the only thing that could cause the error would be the db context itself. The db context was apparently designed to be short-lived, which might be the issue because in EO it stays alive from startup to end.
Under certain conditions, API files will stop getting saved.
From my log, the files started getting saved again when I restarted EO. There's no logic when saving the API files, they get added to the database directly and after that added to a sortie/expedition if they're related to that. From that info, the only thing that could cause the error would be the db context itself. The db context was apparently designed to be short-lived, which might be the issue because in EO it stays alive from startup to end.