Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

tasks: TaskPage fails to render with error: "No apps found in task" #19101

Closed
Assignees
DanielleMaywood
Labels
@johnstcn

Description

@johnstcn

Problem

Some templates do not define any "embedded apps". You can still create a task with these apps, but attempting to visit the task page for this task will throw an error (only visible in console) "No apps found in task".

Context:

# TaskApps.tsx:L37-46const embeddedApps = apps.filter((app) => !app.external);const externalApps = apps.filter((app) => app.external);const [activeAppId, setActiveAppId] = useState<string>(() => {const appId = embeddedApps[0]?.id;if (!appId) {throw new Error("No apps found in task");}return appId;});

To reproduce this on dev.coder.com, use the templatecoder-aider@pensive_jackson2.

Workaround

Update the template.

Proposed Solution

It may make more sense to just not render the chat in the sidebar in this case.

Metadata

Metadata

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp