Replies: 1 comment
-
Hi @cwjs1234, could you send a copy of the logs that you are receiving? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have DAB setup in an Azure container app which works well with a test database where table names are all lowercase. I now need to connect to my apps database where all table names start with an uppercase and I am constantly getting MessageText: relation "public."Example"" does not exist.
I have tried escaping characters ("public."Example"" etc.)in the json config file etc. but no luck. What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions