I created a rest service, quite similar to others working. It is a simple GET with a query.
I'm getting a 403 Forbidden response when I call it from insomnia.
- The request could not be processed because a function referenced by the SQL statement being evaluated is not accessible or does not exist
If I login to database actions in the rest module and template, and run the query , it runs.
If I connect to the database with the rest running user in sql developer, I also can run the query.