Skip to content

Server should not crash when an invalid event is applied on the server #45

@nikgraf

Description

@nikgraf
Failed to apply event {
  _id: 'Exit',
  _tag: 'Failure',
  cause: {
    _id: 'Cause',
    _tag: 'Fail',
    failure: InvalidEventError { _tag: 'InvalidEventError' }
  }
}
file:///Users/nikgraf/projects/graph-framework/graph-framework/apps/server/src/handlers/applySpaceEvent.ts:29
            throw new Error('Invalid event');
                  ^

Error: Invalid event

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions