Error when calling stored procedure
# help
m
Error when calling stored procedure
Hi there! I need help. I get the following error when trying to use a stored procedure:
Copy code
{
  hint: 'If a new function was created in the database with this name and arguments, try reloading the schema cache.',
  message: 'Could not find the public.updateDeliveryOrder(id_to_advance, order_to_advance) function in the schema cache'
}
I already tried to reload the schema cache.
t
check if function got 2 args
m
Thanks @User! I changed to one argument and removed some old stored procedures/functions. Now it works! 😄