lab-64 / split-the-bill-server

Backend for the Split the Bill App
4 stars 0 forks source link

Fix Error Msg #171

Open f-odc opened 4 months ago

f-odc commented 4 months ago

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