How to enable hints in the api? #33424
-
I really want to know how to in anyway improve the error/warning messages [1] Error in RPC call: { cause i have checked literally every piece of code i have and there is 0 issues, but it keeps giving me this **** . |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
The message seems pretty clear that you are calling a column in your code and it does not exist. |
Beta Was this translation helpful? Give feedback.
Postgres log have any info on the error?
Also you can use
raise log 'request_data = %',request_data;
to check steps. That will be in the Postgres log also.