Skip to content

Conversation

@clostao
Copy link
Member

@clostao clostao commented Oct 30, 2025

Description

  • Added a development guide for files gateway
  • Added dag-indexer Makefile command
  • Added profile for avoiding errors due to missing environment variables only needed on prod

@clostao clostao requested a review from jfrank-summit October 30, 2025 22:14
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment @cursor review or bugbot run to trigger another review on this PR

container_name: object-mapping-app
working_dir: /app
profiles:
- production
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Profile Dependency Blocks Service Start

The object-mapping-app service, in the production profile, depends on subspace-node, which is in the node profile. This cross-profile dependency means object-mapping-app won't start when only the production profile is active, as its dependency isn't available.

Fix in Cursor Fix in Web

Copy link
Member

@jfrank-summit jfrank-summit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@clostao clostao merged commit fe4d7b2 into main Oct 31, 2025
3 checks passed
@clostao clostao deleted the dev-docs branch October 31, 2025 22:12
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.

3 participants