Filament / Supabase - problem :(
Hi all, I am tinkering with Filament - loving its power - and I'm using Postgres as the DB (actually Supabase). Everything was going swimmingly until today when a particular query (that has been executed many, many times) appears to be timing out - now, to be clear, I am tracing the SQL commands issued and these are written to storage/logs/laravel.log so I can the exact query being executed and if I copy & paste the query in pgAdmin or the Supabase SQL client in the browser, the query completes in 1 second. But within my Laravel environment I see reported
Symfony\ Component\ ErrorHandler\ Error\ FatalError
Maximum execution time of 60 seconds exceeded
So I'm really confused - the SQL is good, the server will respond in 1 second, so what's causing the timeout? It was all working perfectly (and I literally did not change a thing, honest guv) when it hung for the first time. Other queries being executed against the Supabase backend by the Laravel app are working fine.
Symfony\ Component\ ErrorHandler\ Error\ FatalError
Maximum execution time of 60 seconds exceeded
So I'm really confused - the SQL is good, the server will respond in 1 second, so what's causing the timeout? It was all working perfectly (and I literally did not change a thing, honest guv) when it hung for the first time. Other queries being executed against the Supabase backend by the Laravel app are working fine.
