Describe the bug
I used Litedatabase.FileStorage.Upload() to upload a file to the database. When I ran the program locally, there was no problem and _files and _chunks collections were created automatically when a user uploads a file.
When I deployed it on Azure, only _chunks was created and _files wasn't. This led to the file not being found (404).
I deployed it on another service (Somee.com) and it worked fine (files were successfully uploaded).
Version 5.0.21
Describe the bug I used Litedatabase.FileStorage.Upload() to upload a file to the database. When I ran the program locally, there was no problem and _files and _chunks collections were created automatically when a user uploads a file. When I deployed it on Azure, only _chunks was created and _files wasn't. This led to the file not being found (404). I deployed it on another service (Somee.com) and it worked fine (files were successfully uploaded).