I can't established a new connection to my database...
I have to create a food delivery web application like uber eats. So to do that, I created a database with random values for each tables and I configured each tables.
Now I wanted to make the security of my application (authentification...) but when I create a new connection to my database using Intellij it created a new database. I don't understand why because I filled in all the necessary information.
Does anyone have a solution?
8 Replies
absent-sapphire•2y ago
Hey! What do you see when you go to the databases page? (you can find the link in the sidebar)
stormy-goldOP•2y ago
Hey !
In neon ? Or in Intellij ?
because when i'm on the dashboard in neon i can see the connection details and there is the connection string
Are you talking about this ?
absent-sapphire•2y ago
I meant on this page in the Neon console

absent-sapphire•2y ago
Do you have multiple databases? Or just one
Also, do you mind sharing what the experience of adding a connection on Intellij looks like?
stormy-goldOP•2y ago
no only one
stormy-goldOP•2y ago
it looks like this

stormy-goldOP•2y ago
but i solved my problem
it was just in the datasource of the intellij configuration page
I hadn't checked the 'public' box on the schema
absent-sapphire•2y ago
Awesome! Glad to know that the issue is resolved 😄