I got this error on the client in production:
Failed to execute ‘transaction’ on ‘IDBDatabase’: The database connection is closing.
I rarely see that. I asked one of the LLMs about it, and in the prompt I mentioned that it’s a node.js web app that uses Apollo.
The LLM said it was possibly an Apollo error.
But LLMs make up stuff a lot. Could this error have anything to do with Apollo, and if so, what is the correct method of error trapping?