InvalidOperationException - The connection is closed when building solution and accessing the local
Description:
We are encountering an InvalidOperationException
with the message: "Invalid operation. The connection is closed." This occurs when trying to execute a database query. The issue first appears when building the solution and navigating to the localhost URL for the first time. After a short period and a few page refreshes, the error disappears and everything functions normally.
How did it happen?
The error occurs every time we build our solution and access the localhost URL for the first time. The first time the page is accessed, we get the InvalidOperationException
regarding the connection being closed. However, after waiting for a short period and refreshing the page a few times, the application behaves as expected without any issues.
Steps to Reproduce the Issue:
- Build the solution.
- Navigate to the localhost URL for the first time.
- The page loads and the error
InvalidOperationException: The connection is closed
is thrown. - After a few moments and page refreshes, the issue resolves, and the application starts behaving as normal.
Have you tried fixing it yourself? If you did, what steps did you take?
Yes, I have tried the following steps:
- Checked the database connection initialization process.
- Ensured that the connection is opened properly before executing commands.
- Verified that connection pooling and async database operations are handled correctly.
- Attempted to disable connection pooling to troubleshoot, but the issue still persists.
Environment
- Xperience by Kentico version: [30.1.0]
- .NET version: [8]
- Execution environment: local
Answers
How do you try to execute a database query?
Can you reproduce this with the Dancing Goat example project?
I'm guessing this is a problem with your database - is it local to the same device that is running the Xperience by Kentico application or is it a shared network accessible database?
To answer this question, you have to login first.