prisma-templates
prisma-templates copied to clipboard
Data Import with `prisma import --data ./database.zip`
I get a 504 Gateway timeout when importing a prisma database (exported from local) into the AWS Fargate server using these templates.
The command is prisma import --data ./database.zip
Is that something that should be possible with this setup?
Thanks!