I have an application that I\'m using spring boot and postgres. I\'m getting this error when I try to create a user.
When I run this query on my database, I get the
You should check permissions from your app database login to your scheme.
There were not permissions to my scheme and I had the same problem.