Edge Function 500 error : Different behavior in different supabase projects
Hello there
,
I'm having trouble understanding my current issue and I'm running out of possible solution...
Issue : When I invoke my search-word edge function, I get a 500 error in the invocation logs.
Details
I'm having trouble understanding my current issue and I'm running out of possible solution...
Issue : When I invoke my search-word edge function, I get a 500 error in the invocation logs.
Details
- I have two projects in supabase : prod and dev
- In both projects I have the same edge functions : search-word & prepare-training-data with similar setup : NO Verify JWT with legacy secret
- prepare-training-data works well in both projects (invoked and logs are ok)
- search-word works well in dev project (invoked and logs are ok)
- search-word is never invoked in prod project and I get a 500 http error in the invocation logs