Thanks to visit codestin.com
Credit goes to github.com

Skip to content

If showEmailPrompt is false, but there is no email configured, "Activation email not valid" error results #12166

@wyattscarpenter

Description

@wyattscarpenter

Hey; thanks for the option showEmailPrompt.

But I noticed when using streamlit run app.py together with this option I get the error "Activation email not valid"

This is because the activation step is skipped.

Originally posted by @MajorDaxx in #11395 (comment)

(I was able to replicate this on 1.47.0 and also 1.48.0

$uvx --with streamlit==1.47.0 streamlit run --server.showEmailPrompt=False app.py
2025-08-10 07:31:05.800 Activation email not valid.
$uvx --with streamlit==1.48.0 streamlit run --server.showEmailPrompt=False app.py
2025-08-10 07:37:29.840 Activation email not valid.

)

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature:configRelated to `config.toml` and config optionspriority:P4Low prioritytype:bugSomething isn't working as expected

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions