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
I'm currently deploying via Vapor, and I've noticed that AWS Lambda doesn't support modifying files at runtime. Would it be possible to adjust the theme logic?
The specific files involved are:
App\Filament\Pages\Setting\ManageGeneral
App\Services\FileService
The issue occurs when a user navigates to the sidebar > Settings > General. It works perfectly in local environments or on non-Lambda servers where write mode is supported. I suspect the issue might be related to the following methods:
$fileService->readFile()
$fileService->writeFile()
I'm unable to dig deeper into the details right now due to time constraints, but I'd be happy to provide additional information if needed.
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for creating such an awesome plugin!
I'm currently deploying via Vapor, and I've noticed that AWS Lambda doesn't support modifying files at runtime. Would it be possible to adjust the theme logic?
The specific files involved are:
The issue occurs when a user navigates to the sidebar > Settings > General. It works perfectly in local environments or on non-Lambda servers where write mode is supported. I suspect the issue might be related to the following methods:
I'm unable to dig deeper into the details right now due to time constraints, but I'd be happy to provide additional information if needed.
The text was updated successfully, but these errors were encountered: