Hi there! I’m getting this error `java.sql.SQLSynt...
# orm-help
t
Hi there! I’m getting this error
java.sql.SQLSyntaxErrorException: (conn=4) Unknown column 'Alias.text' in 'field list'
I can’t figure it put how to fix it. I already reset the data, force deploy but anything seems to work
a
This on the database side. In your docker compose you can open up the SQL port to connect into your database and see what's going on. Normally when I ran into those (if it's just a dev environment with no real data) I would just blow away the docker volume and recreate the container. Should fix the issue and you can just re deploy (prisma deploy)
t
yes I did that many times, until I remove the relations and re created them again. The problem is that I can do this on the cloud service
a
Ahh ok I havent used their cloud service. I only run my own docker container implementations. Sorry I couldn't be more help.