If AuthCookie is wrong on endpoint: GET /api/bill
we will receive the following:
{
"message": "Authentication declined: failed to connect to host=localhost user=postgres database=postgres: dial error (cloudsqlconn: dialer is closed)",
"data": null
}
The error message has to be fixed!
Check: cookie_storage line 56
If AuthCookie is wrong on endpoint: GET /api/bill
we will receive the following:
{
"message": "Authentication declined: failed to connect to
host=localhost user=postgres database=postgres: dial error (cloudsqlconn: dialer is closed)","data": null
}
The error message has to be fixed!
Check: cookie_storage line 56