Closed mondeja closed 6 years ago
It looks like database's connection params are wrong. The application relies on Redis to get user's connection parameters. You can find here how we get the username from the request.
What version of SQL-API
are you running?
Thanks, is 1.42.7.
Please, try to identify the user's request that is throwing that error and check:
$ redis-cli
> select 5
> hgetall rails:users:{username}
1) "database_host"
2) ...
Check the keys database_host
, database_name
, database_password
, and database_publicuser
have the right values.
Thanks you very much for your response. We are implementing our own layer manager, so I've closed this!
I'm developing an application for a company that uses CartoDB-SQL-API. Seeing logs on
CartoDB-SQL-API/logs
I've seen that sometimes the SQL API fails producing errors like the next, but almost all queries are working fine:Any idea of what's happening?