Missing domain registrations: communication, media, job not available at runtime #10
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_osis#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Three domains are not available at runtime in hero_osis_openrpc:
all-domainsfeature inhero_osis_openrpc/Cargo.toml(present in corehero_osisbut omitted from openrpc server)src/media/and lib.rs includes it, butmain.rshas no registration blockmain.rsAll other 13 domains have proper feature flags and registration blocks.
Impact
WASM frontend gets "Domain not found" error when accessing communication or media features.
Fix
"communication"toall-domainsinhero_osis_openrpc/Cargo.toml#[cfg(feature = "media")]and#[cfg(feature = "job")]registration blocks inmain.rsdata/seed/) for default admin user