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
#1 was caused by no connection pool for the database connection.
Connection pooling must be implemented to allow the backend to actually work properly.
Because currently, multiple connections all at once will result in undesirable behavior, like on the Home Page. Posts and the Post List pages work fine.
The text was updated successfully, but these errors were encountered:
Implement database connection pooling. (See #1)
#1 was caused by no connection pool for the database connection.
Connection pooling must be implemented to allow the backend to actually work properly.
Because currently, multiple connections all at once will result in undesirable behavior, like on the Home Page. Posts and the Post List pages work fine.
The text was updated successfully, but these errors were encountered: