Skip to content

Cannot force to use Chakra engine instead of VroomJs #379

Closed
@ORuban

Description

@ORuban

I have added the following code before app.UseReact(...)

var engineSwitcher = JsEngineSwitcher.Instance;
engineSwitcher.EngineFactories.Clear();
engineSwitcher.EngineFactories.AddChakraCore();
engineSwitcher.DefaultEngineName = ChakraCoreJsEngine.EngineName;

but still see Failed to initialise VroomJs error in logs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions