Skip to content

Conversation

gregnr
Copy link
Collaborator

@gregnr gregnr commented Apr 7, 2025

We get this error when attempting to fetch edge function logs:

{"result":null,"error":"restricted wildcard (*) in a result column"}

The query to fetch edge functions mistakenly contained a wildcard * which is not allowed. Updated to fetch the explicit columns.

Fixes #23

@gregnr gregnr merged commit cdabea4 into main Apr 7, 2025
1 check passed
GQAdonis pushed a commit to skytok-net/supabase-mcp that referenced this pull request Aug 14, 2025
…edge-function-logs

fix: error when fetching edge function logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The built-in get_logs function uses a query with a wildcard () which is rejected due to Column Level Security restrictions
2 participants