Skip to content

[bug] Waiting for your dev server to start... error message can be clearer #3491

@joepio

Description

@joepio

Describe the bug

Since upgrading from, there is a check if the dev server is running, which is great. But in my case, the error message was a little confusing:

Waiting for your dev server to start...

I thought this referred to my tauri server, but in my project, this referred to my front-end server (because I have both).

I think this error message can be clearer if it includes the dev server address, like so:

Waiting for your dev server to start on {address}

Permalink to source:

logger.warn("Waiting for your dev server to start...");

A small, really unimportant request, though :)

Reproduction

No response

Expected behavior

No response

Platform and versions

1.0-rc.2

Stack trace

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions