Skip to content

fix: data volume owned by root broke reply capture (EACCES) - #2

Merged
MMTE merged 1 commit into
mainfrom
fix-data-volume-perms
Jun 12, 2026
Merged

fix: data volume owned by root broke reply capture (EACCES)#2
MMTE merged 1 commit into
mainfrom
fix-data-volume-perms

Conversation

@MMTE

@MMTE MMTE commented Jun 12, 2026

Copy link
Copy Markdown
Owner

The image never created /app/data, so the named volume initialized
root-owned while the app runs as USER node — every reply write failed.
Create data/ in the image so the volume seeds with node ownership, and
make capture() survive a broken store (log + drop instead of surfacing
as a polling error).

Co-Authored-By: Claude Fable 5 noreply@anthropic.com

The image never created /app/data, so the named volume initialized
root-owned while the app runs as USER node — every reply write failed.
Create data/ in the image so the volume seeds with node ownership, and
make capture() survive a broken store (log + drop instead of surfacing
as a polling error).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@MMTE
MMTE merged commit 29d1692 into main Jun 12, 2026
@MMTE
MMTE deleted the fix-data-volume-perms branch June 12, 2026 12:42
@coderabbitai

coderabbitai Bot commented Jun 12, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@MMTE, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 50 minutes and 9 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 8204913e-16bd-4689-a67e-3ac574d7c000

📥 Commits

Reviewing files that changed from the base of the PR and between e04e055 and 45ef86c.

📒 Files selected for processing (2)
  • Dockerfile
  • src/replies.js
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-data-volume-perms

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant