Skip to content

Conversation

@robzolkos
Copy link
Owner

Summary

  • Updates the direct upload endpoint to use the account-scoped path required by upstream fix basecamp/fizzy#2079
  • Changes path from /rails/active_storage/direct_uploads to /{account}/rails/active_storage/direct_uploads
  • The fizzy upload file command now works against the production API

Closes #5

Test plan

  • All tests pass (103 runs, 206 assertions)
  • Manually verified fizzy upload file works against production API

The upstream Fizzy API (PR #2079) now requires the account slug in the
direct upload path. Updated to use account_path() for the Active Storage
direct uploads endpoint.

Closes #5
@robzolkos robzolkos merged commit 2a01d93 into master Dec 11, 2025
1 check passed
@robzolkos robzolkos deleted the fix-direct-upload-account-scoped-path branch December 11, 2025 17:25
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.

Direct upload for rich text attachments returns 422 - awaiting upstream fix

1 participant