Hey everyone,
I’ve been running into persistent “Terminal Errors” across multiple projects, regardless of whether I install via direct installation or Docker. I’ve tested different LLMs (both local and via API keys), but the issue remains—no preview on the app, and it eventually fails.
A few things I’ve noticed:
- There may be broken dependencies or deprecated packages causing failures during installation. Could the dependency tree need fixing?
- The Prompt Library might be optimized for the original version of the app but not the forked one. Could it be prompting for dependencies or configurations that don’t align with the self-hosted version?
- I tried both available Prompt Library options but got the same errors. Are they both using outdated assumptions?
- The issue is not specific to a single project—I’ve tried at least six and diffrent LLM’s (google, ollama , deepseek, anthropic etc) and always end up at the same point.
If anyone else has faced this issue, or if the devs have insights on what could be causing this, I’d love to get some help troubleshooting! Are there specific dependencies we should check or a recommended workaround ?
Thanks in advance!