You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
🎯
Dmytrii
Lysak
🎯
Hey!
I'm a 30-year-old
Software Engineer
with 8+ years of experience
MCP startup timeout in Codex or Claude caused by Node.js TLS/npm registry failures
MCP Startup Timeout in Codex or Claude: Diagnose Node.js TLS First
If Codex, Claude, or another MCP client reports that playwright, context7, next-devtools, or another MCP server timed out during startup, do not increase the startup timeout first.
A common root cause is that the Node.js runtime used to launch npx cannot validate the TLS certificate from the npm registry. The MCP server has not even started yet: npx is waiting on npm metadata or retrying a failed HTTPS request.
Typical symptoms:
MCP client for `playwright` timed out after 30 seconds
Create Aiven Free PostgreSQL 18 via CLI (avn) when the web console hides preview versions
How to create a Free-tier Aiven PostgreSQL 18 service using the avn CLI (when it's missing from the web UI)
Last verified: 2026-07-25
Tags: Aiven, PostgreSQL 18, Aiven CLI, avn, free tier, free-1-1gb, preview version, managed Postgres, database provisioning
TL;DR: As of this writing, Aiven's web console only lets you pick PostgreSQL up to version 17 on the Free plan, because PG 18 is still tagged preview. The Aiven CLI has no such restriction — you can create a Free PostgreSQL 18 service directly with avn service create.
Why this is needed
Aiven's Free plan (free-1-1gb) is normally created through the web console, but the console's version picker only offers PostgreSQL versions that Aiven has promoted out of preview status. At the time of writing, PostgreSQL 18 is available but still marked preview, so it does not show up as a selectable option in the UI — even though the underlying platform fully supports provisioning it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters