PGRST202 error with queues: public.pgmq_public.send not found in schema cache
I'm trying to use queues, but I keep getting this error:
This is some example code:
When running this SQL I get a hit back.
I have exposed the queue via postgress, have allowed all permissions to postgress adn service_role and I implemented the following RLS
Any idea as to how I could resolve this issue?
This is some example code:
When running this SQL I get a hit back.
I have exposed the queue via postgress, have allowed all permissions to postgress adn service_role and I implemented the following RLS
Any idea as to how I could resolve this issue?