Whenever I am executing a query in postgresql, this is the error message I receive
Transaction ID not found in the session.
Does any
For me helped changing 'localhost' in connection settings to '127.0.0.1', as mentioned here: https://stackoverflow.com/a/59747781/2590805