Vapor timeout on 1 panel
Hey,
I'm super stuck on an issue and can't seem to figure out what it is...
I'm using laravel vapor, and I'm using filament for my entire project. I have multiple panels which all work, except for my central admin panel for managing everything. It used to be working but now suddenly (somehow) broke.
After investigating, it seems Lambda is timing out the request
I havn't really changed anything on the central filament panel side of things, and it's happening to all routs associated with that panel. Even the Dashboard one which has no widgets or anything.
I'll include the entire panel provider config below, any ideas on how to further debug this :/?
2 Replies
At this point I'm just hoping someone has any additional ideas for debugging, because I cant really log anything
Also additional info, not happening on my Dev environement.... Even though its the same code and infrastructure....
@MikeG -
Is this on the Dashboard view or on a List view?
What does your vapor.yml look like?
Have you tried installing Laravel Telescope? You may need to add an index somewhere.