Postgres - relation does not exists

Hello,

I’m new with Auth0 and I have one little problem.

When I try to access to my database I have always the message “[error] 42P01 - relation “test” does not exist”

This is my current situation :

I create a table “test” (in lower case) in the public schema.

When i try to do a “select * from test” from one of my program in C# i have a good result but when i do the same in my “Database Action Scripts” i have the message : relation “test” does not exist

Someone has an idea ?

Thank you !

ok … I made a mistake in the dbname in the connection string

Sorry