falcon icon indicating copy to clipboard operation
falcon copied to clipboard

Query tab doesn't worrk once connected to the PostgreSQL

Open dkolacz opened this issue 5 years ago • 7 comments

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?

dkolacz avatar Aug 02 '19 10:08 dkolacz

Same issue here.

mepearson avatar Oct 11 '19 00:10 mepearson

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?

eydelrivero avatar Nov 28 '19 16:11 eydelrivero

Catalina 10.15.3 here. Connecting to MariaDB running in a docker container and queries tab gives a blank screen.

image

dinamic avatar Apr 16 '20 09:04 dinamic

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.

image

dinamic avatar Apr 16 '20 11:04 dinamic

@chriddyp could you help?

dinamic avatar Apr 16 '20 11:04 dinamic

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. :)

toddabrams avatar Apr 17 '20 04:04 toddabrams

Same issue, but for connecting to mssql from linux. Tested PostgreSQL DB connection/queries and that appears to work.

mccarthyryanc avatar Apr 20 '20 18:04 mccarthyryanc