A function defined with the functions UI fails with a permission denied error. #8139
jonascript
started this conversation in
General
Replies: 1 comment 1 reply
-
You likely did not declare the function "security definer" type in the advanced settings for the function. You will need to delete and redo it though to change them. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I create same function using provided code in the DB console it executes successfully.
Realize this is "alpha preview" so this issue could resolve itself.
Steps to Repro:
Expected result:
Inserts new profile
Actual result:
Permission denied error.
Beta Was this translation helpful? Give feedback.
All reactions