vaadin / copilot

0 stars 0 forks source link

[BUG] Unknown command from the browser: copilot-get-machine-configuration when excluding copilot #20

Closed Artur- closed 1 month ago

Artur- commented 1 month ago

Description of the Bug

If you exclude copilot as

        <dependency>
            <groupId>com.vaadin</groupId>
            <artifactId>vaadin</artifactId>
            <exclusions>
                <exclusion>
                    <groupId>com.vaadin</groupId>
                    <artifactId>copilot</artifactId>
                </exclusion>
            </exclusions>
        </dependency>

then you get an error logged on every refresh

Unknown command from the browser: copilot-get-machine-configuration

Expected Behavior

There is no copilot if you exclude copilot

Versions