DioxusLabs / DioxusLabs/dioxus

Fullstack false doesn't disable fullstack

Open
#5,589 1 comment 0 reactions 0 assignees View on GitHub
bug cli
Dominant language
Rust
Stars
39.1k
Forks
1.9k
Avg merge
4d 10h
Merged PRs (30d)
4

Description

**Problem**

In the git version of the cli, passing `--fullstack false` still shows and builds fullstack

**Steps To Reproduce**

Steps to reproduce the behavior:

- clone dioxus
- install the cli
- run `dx serve --example repo_readme --fullstack false`
- see
```sh
11:14:07 [dev] ๐Ÿšซdx and dioxus versions are incompatible!
โ€ข dx version: 0.7.9
โ€ข dioxus versions: [0.8.0-alpha.0]
11:14:08 [dev] -----------------------------------------------------------------
Serving your app: repo_readme! ๐Ÿš€
โ€ข Press `ctrl+c` to exit the server
โ€ข Press `r` to rebuild the app
โ€ข Press `p` to change hotreload mode
โ€ข Press `v` to toggle verbose logging
โ€ข Press `/` for more commands and shortcuts
Learn more at https://dioxuslabs.com/learn/0.7/getting_started
----------------------------------------------------------------
11:14:08 [dev] Note: Rust hot-patching is now enabled by default! Unexpected behavior might occur. Press `p` to change modes.
โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ /:more โ•ฎ
โ”‚ App: โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” โ—’ 1.7s Platform: MacOS + fullstack โ”‚
โ”‚ Server: โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” โ—’ 1.7s Hotreload: hot-patching โœ“ โ”‚
โ”‚ Status: Compiling 5/520 futures_core Address: http://127.0.0.1:63335 โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
```

**Expected behavior**

No fullstack

**Environment:**

- Dioxus version: main
- Rust version: nightly
- OS info: macOS
- App platform: web

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.