Rendering page fails randomly #3539
Unanswered
andlinger
asked this question in
Error / Bug Report
Replies: 3 comments 1 reply
-
Look at the logs, you have a database connection issue. Make sure your postgres server can accept multiple connections at the same time. |
Beta Was this translation helpful? Give feedback.
0 replies
-
No. Multiple connections per user are allowed. SELECT rolname, rolconnlimit FROM pg_roles;
rolname | rolconnlimit
-------------------+--------------
pg_signal_backend | -1
wikijs | -1 show max_connections;
max_connections
-----------------
100 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Were you able to solve this issue @andlinger? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Saving a page is always indicated as successful. However, it seems that sometimes an error occurs in the background. So the correct content of the page is displayed in the editor. But after closing the editor, the old content is displayed again. If you open the editor again afterwards, the changed content is displayed in the editor.
To Reproduce
Host Info (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions