FileUpload issue with multiple machines
I'm using the FileUpload component, to upload a files in S3.
Sample code:
When I use only one app machine i.e. vm (scaling), the upload works correctly i.e.
In the multiple app engines case it does not work even if it's executed on the app engine on which it was previously worked perfectly (in single single engine mode)
Do you have any idea, why when adding second app engine for my application, the uploads stops working? Is there something that I have to configure additionally? Any help will be appreciated.
Sample code:
When I use only one app machine i.e. vm (scaling), the upload works correctly i.e.
- the file is uploaded correctly "storage\app\livewire-tmp" when I pick it
- the file is uploaded to "s3" "tmp" folder when I click the Submit button
In the multiple app engines case it does not work even if it's executed on the app engine on which it was previously worked perfectly (in single single engine mode)
Do you have any idea, why when adding second app engine for my application, the uploads stops working? Is there something that I have to configure additionally? Any help will be appreciated.