WaspW
Wasp12mo ago
neogeofun

Deploying Manually

I followed this guide: https://gist.github.com/infomiho/80f3f50346566e39db56c5e57fefa1fe
Unfortunately, when I try to signup, it returns 500. Here is the docker log for it:
POST /auth/email/signup 500 53.781 ms - 148
PrismaClientKnownRequestError:
Invalid prisma.authIdentity.findUnique() invocation:

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?
Was this page helpful?