You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
The example config.toml fails to execute the server.
To Reproduce
Pull the latest branch and run the following command.
(base) ~/r/monolake [main] ❯❯❯ git pull
Already up to date.
(base) ~/r/monolake [main] ❯❯❯ git reset --hard @{u}
HEAD is now at 8401744 docs(README): Add the Chinese version of README (#161)
(base) ~/r/monolake [main] ❯❯❯ cargo run --config examples/config.toml
error: failed to load config from `/Users/joohwi.lee/repos/monolake/examples/config.toml`
Caused by:
failed to load TOML configuration from `/Users/joohwi.lee/repos/monolake/examples/config.toml`
Caused by:
failed to parse key `servers`
Caused by:
failed to parse key `demo_http`
Caused by:
failed to parse key `routes`
Caused by:
expected string but found table in list
Expected behavior
Shouldn't it execute a proxy server instance? It reports an error.
Screenshots
If applicable, add screenshots to help explain your problem.
MonoLake version:
Please provide the version of MonoLake you are using.
Describe the bug
The example
config.tomlfails to execute the server.To Reproduce
Pull the latest branch and run the following command.
Expected behavior
Shouldn't it execute a proxy server instance? It reports an error.
Screenshots
If applicable, add screenshots to help explain your problem.
MonoLake version:
Please provide the version of MonoLake you are using.
Environment:
The output of
uname -aandenv.Additional context
Add any other context about the problem here.