
Cloudflare dashboard: Degraded availability but accessible
API: Degraded availability but accessible
dbSource.prepare('UPDATE vote_features SET vote_count_yes = vote_count_yes + 1 WHERE id = ?;', id) can work with either const dbSource = new TursoDatabaseSource('your-turso-url', 'your-turso-token'); or const dbSource = new D1DatabaseSource(event.platform?.env?.DB);Error: Failed to publish your Function. Got an error: binding INFO_SESSION_D1 of type d1 failed to generate. Please try again later or contact support.502 Bad Gateway to 503 Service Unavailable 
dbSource.prepare('UPDATE vote_features SET vote_count_yes = vote_count_yes + 1 WHERE id = ?;', id) const dbSource = new TursoDatabaseSource('your-turso-url', 'your-turso-token');const dbSource = new D1DatabaseSource(event.platform?.env?.DB);Error: Failed to publish your Function. Got an error: binding INFO_SESSION_D1 of type d1 failed to generate. Please try again later or contact support.502 Bad Gateway503 Service Unavailable