TEN-framework / TEN-framework/ten-framework

[Feedback]: `/extensions/schema` not found error

Open
#1,063 0 comments 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

tman designer
Dominant language
Python
Stars
11.1k
Forks
1.4k
Avg merge
2d 15m
Merged PRs (30d)
22

Description

Feedback Type

Bug Report

Description

TMAN API /extensions/schema would return 404 Not Found error.

Graph: ai_agents/agents/examples/default

Extension: agora_rtc

Request:

curl 'http://localhost:5173/api/designer/v1/extensions/schema' \
  -H 'Accept: */*' \
  -H 'Accept-Language: en,zh-CN;q=0.9,zh;q=0.8' \
  -H 'Connection: keep-alive' \
  -H 'Content-Type: application/json' \
  -H 'Origin: http://localhost:5173' \
  -H 'Referer: http://localhost:5173/' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36' \
  -H 'sec-ch-ua: "Google Chrome";v="137", "Chromium";v="137", "Not/A)Brand";v="24"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  --data-raw '{"app_base_dir":"/Users/czhen/Documents/workspace/ten_apps/zqz_test","addon_name":"agora_rtc"}'

Response:

{"status":"fail","message":"Extension not found Extension not found"}
Expected Behavior

No response

Current Behavior

No response

Version

No response

Code of Conduct
  • I agree to follow this project's Code of Conduct

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.