BennyKok / comfyui-deploy

An open source `vercel` like deployment platform for Comfy UI
https://comfydeploy.ing
GNU Affero General Public License v3.0
714 stars 78 forks source link

comfyui_deploy.users" does not exist #30

Open liyangbing opened 4 months ago

liyangbing commented 4 months ago

pg_proxy-1 | 2024/02/19 09:11:59 Got 6 bytes pg->client: WgAAAAVJ postgres-1 | 2024-02-19 09:11:59.959 UTC [195] ERROR: relation "comfyui_deploy.users" does not exist at character 66 postgres-1 | 2024-02-19 09:11:59.959 UTC [195] STATEMENT: select "id", "username", "name", "created_at", "updated_at" from "comfyui_deploy"."users" "usersTable" where "usersTable"."id" = $1 limit $2 pg_proxy-1 | 2024/02/19 09:11:59 Got 5 bytes client->pg: WAAAAAQ= pg_proxy-1 | 2024/02/19 09:11:59 failed to read from socket: EOF

BennyKok commented 4 months ago

Are you using dev container? have you run the migration?

bigpo commented 2 months ago

I encountered this problem too. How can it be resolved?

image