Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix opening fullstack and server crash logging in the CLI #3488

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ealmloff
Copy link
Member

@ealmloff ealmloff commented Jan 2, 2025

Fixes #3295 which was caused by the CLI opening a new instance of the server every time the open shortcut is used

Fixes #3296 which was caused by the CLI trying to close the Server platform instead of the platform the server is launched under (generally Web or Desktop)

@ealmloff ealmloff added bug Something isn't working cli Related to the dioxus-cli program fullstack related to the fullstack crate labels Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cli Related to the dioxus-cli program fullstack related to the fullstack crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CLI endlessly restarts a failing app The "Open app" functionality of CLI is broken with fullstack web apps
1 participant