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
If you misconfigure ayb.toml, the error is informative, but the information is hidden in a long string:
called `Result::unwrap()` on an `Err` value: Other { message: "Unable to deserialize toml string: Error { inner: Error { inner: TomlError { message: \"missing field `max_snapshots`\", raw:...
The server should catch TomlError and print message to make the issue clearer.
The text was updated successfully, but these errors were encountered:
If you misconfigure
ayb.toml
, the error is informative, but the information is hidden in a long string:The server should catch
TomlError
and printmessage
to make the issue clearer.The text was updated successfully, but these errors were encountered: