Replies: 1 comment
-
Hello, i still have this issue, could someone help me out? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
i want to connect to database using:
so i did a setup, added this:
to my bruno.json
i also needed to add this line:
to utils-webcrypto.js
and this line:
to pg-connection-string/index.js because i got TextEncoder is not defined or URL is not defined...
But i still cannot run query correctly. I get error:
"Error invoking remote method 'send-http-request': TypeError: 'set' on proxy: trap returned falsish for property 'connectionParameters'"
What can i do? I need to run some scripts on database before and after some of my tests.
Beta Was this translation helpful? Give feedback.
All reactions