青木
Explore posts from serversImages uploaded without the FileUpload component cannot be displayed.
Thinking about the temporary storage issue, I need files to be uploaded directly to cloud storage for my business, as my server's bandwidth is only 1Mbps, files are not suitable for forwarding storage via laravel.
16 replies
Images uploaded without the FileUpload component cannot be displayed.
https://www.alibabacloud.com/en/product/object-storage-service This is its official website.
16 replies
Images uploaded without the FileUpload component cannot be displayed.
@Dennis Koch I modified the file storage and it worked fine.
Other questions about file uploads regarding OSS storage like s3?
1. the average execution time when requesting a pre-signed URL for a single S3 is 1s .
2. 140 files exist in my data.
3. my Nginx is set to timeout at 1 minute.
The upload component of filament puts the call to get the files into one request (even though my files exist in a different component) which causes the request to be very slow until the gateway times out.
16 replies
ExportAction 502 Bad Gateway in Staging/Production
@awcodes I'm experiencing the same issue.
1. the average execution time when requesting a pre-signed URL for a single S3 is 1s .
2. 140 files exist in my data.
3. my Nginx is set to timeout at 1 minute.
The upload component of filament puts the call to get the files into one request (even though my files exist in a different component) which causes the request to be very slow until the gateway times out.
9 replies
Unable to find component: [app.filament.app-panel.pages.edit-tenant-profile]
If you are writing your own pages you should register them in
pages
.
I checked the source code and found that only using $panel->pages([])
registers the page component.15 replies
Unable to find component: [app.filament.app-panel.pages.edit-tenant-profile]
https://github.com/filamentphp/filament/issues/7892#issuecomment-1684777441
That's probably what caused it.
15 replies