Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error deleting content line with generated image session #2653

Open
5279314 opened this issue Sep 3, 2024 · 0 comments
Open

Error deleting content line with generated image session #2653

5279314 opened this issue Sep 3, 2024 · 0 comments

Comments

@5279314
Copy link

5279314 commented Sep 3, 2024

Describe the bug
Error deleting content line with generated image session
Error message:

Failed to delete table row: ERROR: XX000: URL using bad/illegal format or missing URL
CONTEXT: SQL statement "SELECT
result.status::INT, result.content::TEXT
FROM extensions.http((
'DELETE',
url,
ARRAY[extensions.http_header('authorization','Bearer ' || service_role_key)],
NULL,
NULL)::extensions.http_request) AS result"
PL/pgSQL function delete_storage_object(text,text) line 7 at SQL statement
SQL statement "SELECT
result.status, result.content
FROM public.delete_storage_object(bucket_name, object_path) AS result"
PL/pgSQL function delete_storage_object_from_bucket(text,text) line 3 at SQL statement
SQL statement "SELECT
result.status, result.content
FROM public.delete_storage_object_from_bucket('message_images', image_path) AS result"
PL/pgSQL function delete_old_message_images() line 10 at SQL statement

image

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

No branches or pull requests

1 participant