We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently a snap from unstable to testing is not possible. It errors out with Response error: Invalid arguments.
Response error: Invalid arguments
The text was updated successfully, but these errors were encountered:
fix(daemon): use proper method to parse request in snap endpoint
ab7cbc6
It used raw `rfl::json::read` for some reason causing missing case transfomration. Now it uses `drogon_helpers::get_request_json`. Fixes anydistro#156
LordTermor
No branches or pull requests
Currently a snap from unstable to testing is not possible. It errors out with
Response error: Invalid arguments
.The text was updated successfully, but these errors were encountered: