Relative Content

Tag Archive for javapostgresqlspring-bootspring-data-jpamodel

Can’t figure out why my user object isn’t being created when SignUp form is submitted in my spring App.ERROR: relation “users_seq” does not exist

Sun Jun 23 19:58:26 EDT 2024 There was an unexpected error (type=Internal Server Error, status=500). could not extract ResultSet [ERROR: relation “users_seq” does not exist Position: 16] [select nextval(‘users_seq’)]; SQL [select nextval(‘users_seq’)] org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet [ERROR: relation “users_seq” does not exist Position: 16] [select nextval(‘users_seq’)]; SQL [select nextval(‘users_seq’)] at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277) Here is a […]