RocketChat / RocketChat/Docker.Official.Image
Docker not install "apn" dependency
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 337
- Forks
- 228
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 5
Description
We have issues with APN setting Push notification. the Rocket.chat not connect to APN:
Error: Apn Connection not initialized.<br> at sendAPN (app/push/server/apn.ts:30:9)
I build Rocket.chat from source code is work Ok. but run from docker image is not.
Contributor guide
No contributing guide indexed for this repository
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
Start by checking how the Docker image installs runtime dependencies and compare that with the source build, then trace app/push/server/apn.ts:30:9. Done when the Docker image includes the needed dependency and APN initialization works when Rocket.Chat runs from the image.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, node.js, typescript
- Domain
- backend, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100