You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We host our site on Fortrabbit that uses a load balancer - When we try to export a excel file half the time we get an error.
fopen(/srv/app/astro/htdocs/storage/runtime/temp/beam/iogpcmrkagcn-report-2023-03-23.xlsx): Failed to open stream: No such file or directory
However if we refresh the browser then it will download.
Can it be possible to specify the location of where this file is temporarily stored? i.e. can we switch it to AWS s3 so that we can avoid the load balancer entirely?
The text was updated successfully, but these errors were encountered:
We host our site on Fortrabbit that uses a load balancer - When we try to export a excel file half the time we get an error.
fopen(/srv/app/astro/htdocs/storage/runtime/temp/beam/iogpcmrkagcn-report-2023-03-23.xlsx): Failed to open stream: No such file or directory
However if we refresh the browser then it will download.
Can it be possible to specify the location of where this file is temporarily stored? i.e. can we switch it to AWS s3 so that we can avoid the load balancer entirely?
The text was updated successfully, but these errors were encountered: