Blyp Docs

Troubleshooting

Use this page when Blyp is installed but something does not behave the way you expect. Start with the symptom that matches what you see, and use blyp health as the first diagnostic step for local Studio, path resolution, and workspace issues.

Quick checks first

Studio Can't Connect

Studio opens but does not connect to the project

Symptoms

Likely cause

Fix

Port 3003 already in use

Symptoms

Likely cause

Fix

Project path not resolved correctly

Symptoms

Likely cause

Fix

Running inside a Docker container or remote dev environment

Symptoms

Likely cause

Fix

blyp health output and what to look for

Symptoms

Likely cause

Fix

Logs Not Appearing in Studio

@blyp/core not imported before first log call

Symptoms

Likely cause

Fix

Framework adapter not mounted correctly

Symptoms

Likely cause

Fix

Config file not found or not loaded

Symptoms

Likely cause

Fix

Checking that the correct targetPath is set

Symptoms

Likely cause

Fix

See also:

Connector Auth Failures

Missing or incorrect env vars for each connector

Symptoms

Likely cause

Fix

INGESTING_HOST must be a full http:// or https:// URL

Symptoms

Likely cause

Fix

PostHog project key vs API key confusion

Symptoms

Likely cause

Fix

Testing connector delivery manually

Symptoms

Likely cause

Fix

File Logging Issues

Permissions on log directory

Symptoms

Likely cause

Fix

Rotation not triggering

Symptoms

Likely cause

Fix

Reading archived .gz files

Symptoms

Likely cause

Fix

import { readLogFile } from "@blyp/core";

const records = await readLogFile("logs/archive/log.20260309T101530Z.ndjson.gz", {
  format: "json",
  limit: 100,
});

See also:

TypeScript Errors

Subpath import not resolving

Symptoms

Likely cause

Fix

Framework type not found

Symptoms

Likely cause

Fix

Checklist of common TS config issues

Symptoms

Likely cause

Fix

See also: