BoiseState / interfaith-donation

Donation app and website to manage donations for Interfaith Sanctuary.
GNU General Public License v2.0
4 stars 1 forks source link

Unable to Create a User #240

Closed TerrenceWiseman closed 6 years ago

TerrenceWiseman commented 6 years ago

When creating a new Need, the following error message is returned [ "message": "could not execute statement; SQL [n/a]; constraint [users_pkey]; nested exception is org.hibernate.exception.ConstraintViolationException: could not execute statement" ]

AdhikariChandra commented 6 years ago

This issue was due to docker cache - do docker-compose down and it will be resolved. Also, a donor needs to be deleted before a user can be deleted.