Skip to content

Cannot delete legacy edge function slug containing slash #4896

@bumpkingsol

Description

@bumpkingsol

Supabase Escalation - Legacy Edge Function Slash Slug

Please remove the legacy edge function artifact directly from backend:

  • Project ref: tnszjhauookddaddkyzj
  • Project name: Prescrivia
  • Function ID: 880c9b1e-1de8-42fa-b694-ff6b746be78b
  • Function slug: seo-engine/autonomous-operations

Problem

This function was created historically with a slash in slug. Current delete paths reject it:

  • Dashboard function detail route 404s.
  • Supabase CLI delete/prune fails slug validation.
  • Management API delete/update by slug returns function_slug: Invalid.

Reproduction

  1. List functions -> function appears as ACTIVE.
  2. DELETE /v1/projects/tnszjhauookddaddkyzj/functions/seo-engine%2Fautonomous-operations
  3. API response: 400 {"message":"function_slug: Invalid"}

Additional traceability

  • CLI crash report ID: 76d432cbfd804da9bf86e23d0ddcf0ca
  • Supabase CLI version: 2.75.0

Requested action

  • Remove this single legacy function server-side by function ID.
  • Confirm deletion so we can remove temporary allowlist in parity gate.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions