I am trying to install WebStudio in my local by following
https://docs.webstudio.is/contributing/contributing-for-developers#running-the-webstudio-project-without-devcontainer I am able to run all the steps successfully but not able to login to the site:
Attached is the error screen. and the error log says:
apps/builder dev: prisma:error
apps/builder dev: Invalid
prisma.user.findUnique()
invocation:
apps/builder dev: The table
public.User
does not exist in the current database.
apps/builder dev: {
apps/builder dev: error: PrismaClientKnownRequestError:
apps/builder dev: Invalid
prisma.user.findUnique()
invocation:
apps/builder dev:
apps/builder dev:
apps/builder dev: The table
public.User
does not exist in the current database.
Require help on this.