I connected to postgres database from SSH and \dt returns the following:
List of relations Schema | Name | Type | Owner --------+--------------------+-------+---------- public | _prisma_migrations | table | postgres
I followed the guide carefully, I can access the web app, just cannot login or signup. Not sure what is the issue here? Isn't wasp build creating tables and running migrations itself?