You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
Please do not modify this template :) and fill in all the required fields.
1. Is this request related to a challenge you're experiencing? Tell me about your story.
When I set up an administrator account, an Internal Server Error occurred. By checking the logs, the error message was found as follows:
2025-01-23 08:58:41.493 UTC [306] ERROR: relation "tenants" does not exist at character 43
2025-01-23 08:58:41.493 UTC [306] STATEMENT: SELECT count(tenants.id) AS count_1
FROM tenants
and then, i check the database, i find that it only have one table:
List of relations
Schema | Name | Type | Owner
--------+-------------+-------+----------
public | dify_setups | table | postgres
(1 row)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
When I set up an administrator account, an Internal Server Error occurred. By checking the logs, the error message was found as follows:
2025-01-23 08:58:41.493 UTC [306] ERROR: relation "tenants" does not exist at character 43
2025-01-23 08:58:41.493 UTC [306] STATEMENT: SELECT count(tenants.id) AS count_1
FROM tenants
and then, i check the database, i find that it only have one table:
List of relations
Schema | Name | Type | Owner
--------+-------------+-------+----------
public | dify_setups | table | postgres
(1 row)
2. Additional context or comments
No response
Beta Was this translation helpful? Give feedback.
All reactions