falcon
falcon copied to clipboard
Query tab doesn't worrk once connected to the PostgreSQL
I am using the PostgreSQL connector in Falcon SQL Client. Once introduced the credentials in CONNECTION tab I see the screen and "CONNECTED" status, however, I cannot access the query tab when clicking. My db has different schemas, so not sure but it can be related to this issue #518
Anyone any idea?
Same issue here.
Same problem here with sqlite in macOS Mojave 10.14.6. The whole falcon window goes blank after clicking on the query tab. In the console, I can see this error repeated multiple times:
Uncaught Error: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=object%20with%20keys%20%7Btype%2C%20data%7D&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at ca (web-bundle.min.js:82831)
at t (web-bundle.min.js:82832)
at ag (web-bundle.min.js:82959)
at web-bundle.min.js:82969
at P (web-bundle.min.js:82972)
at yg (web-bundle.min.js:82989)
at fh (web-bundle.min.js:83022)
at gh (web-bundle.min.js:83023)
at Jh (web-bundle.min.js:83038)
at Kh (web-bundle.min.js:83037)
Following that link, the full error message is:
Objects are not valid as a React child (found: object with keys {type, data}).
Does anyone knows how to fix it?
Catalina 10.15.3 here. Connecting to MariaDB running in a docker container and queries tab gives a blank screen.
Since it's an Electron container, I figured I could check on what the error messages are. This one comes in like a lot. It refers to this URL:
- https://reactjs.org/docs/error-decoder.html/?invariant=31&args[]=object%20with%20keys%20%7Btype%2C%20data%7D&args[]=
Objects are not valid as a React child (found: object with keys {type, data}).
I've got no clues as to what it means and how it is working for everyone else, but not us.
@chriddyp could you help?
Same issue here, Catalina 10.15.3. After successfully connecting, clicking on the Query tab does nothing.
Though to be honest, I depend more on chriddyp making sure Dash is working great. :)
Same issue, but for connecting to mssql
from linux. Tested PostgreSQL DB connection/queries and that appears to work.