RocketChat / RocketChat/Rocket.Chat
Launch custom RC application
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 46.1k
- Forks
- 13.9k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 130
Description
Description:
The custom application generated (launched) by rc-apps (without marketplace) cannot show on rocket chat UI.
Error:
On screen (RC UI):
o.sort is not a function
On browser console:
code: 271
error: "no app found by the provided id"
requestId: "132ba854-ca0c-4950-b997-17e32c9da362"
status: 400
Steps to reproduce:
- rc-apps create testapp
- rc-apps deploy --url=https://.... -u .... -p ....
- view it on RC UI : Apps/testapp/App details
Server Setup Information:
- Version of Rocket.Chat Server: 0.74.0 (1.4.0)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with rc-apps create testapp and rc-apps deploy, then open Apps/testapp/App details in the Rocket.Chat UI. Trace the no app found by the provided id response and the o.sort is not a function error; done means a custom application launched without the marketplace appears correctly in its details view.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100