-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Can not edit memos in mobile version #187
Comments
version 0.8.1 |
And no error messages on the server side. |
I'm unable to reproduce this issue with both Memos 0.22.2 and 0.21.0. Could you use a proxy tool to find out the request url & body, and responses happened when you tap the save button? The access log of your http server and your Memos version may also help. |
I use a reverse proxy manager (Nginx Proxy Manager) and the error logs says "Connection reset by peer" while with toke auth and normal login.
It worked before, but after a update from server (maybe) it stopped, I test an older server version and tell my results! |
So I tried now with test server and the error logs says |
I tried disabling SSO from authelia, used a VPN connection, no chance... |
I had the same issue. I was using the token to login because the default method wasn't working in the beta. Cleared data on the android app and switched back to default login and now everything works as usual. |
Doesn't work for me unfortunately, cleared cache, installed older versions, tried token and the default login, still doesn't work. |
I will close this issue, as it is apparently only on my end the problem. But still thanks for the help! |
I have the same issue. The solution from previous replies doesn't work for me either. Maybe you can reopen this issue. |
i have the same problem,i cannot edit or archive memos but can create new memo in my andriod device. everything is ok in web page. |
"Connection reset by peer" looks like a server panic when handling request. Is there any logs on Memos' side? Do you use any architecture other than amd64? Did the Memos process or container restarted? And I'd like to know whether using 0.22.1, 0.22.2 and stable Docker tag could make a different. You may also try connecting to Memos server directly without a reverse proxy and see if there's any logs. |
I can confirm that connecting directly to it does work! |
Thanks for the information! May I see your nginx configuration and nginx version to help reproduce this issue? |
My memos instance is running on fly.io, and I can't modify the proxy settings of the instance. When I modify a memo, the server logs also show
I don't quite understand the source of this issue. Is it a server-side problem, an upstream memos issue, or an Android client problem? Thank you! |
I can finally reproduce this issue with Nginx Proxy Manager and curl command to the PATCH request. Further investigation shows the request didn’t reach the handler method of Memos server so there might be something wrong with the echo library or mixing HTTP/GRPC methods. I’ll try to figure out the exact issue and submit a pull request to Memos if there can be a fix. Otherwise, Moe Memos will switch to Protobuf requests like the web app for 0.22+. Update: |
The fix is merged, please try upgrading the server to |
thanks for your fix!!! |
Is there any error log in Memos or the proxy server when uploading images? |
I can confirm that it is indeed working! Thank you very much :) |
cannot upload image |
I can edit the memos via web but not in the android version (fdroid and Google play version tested), change memos status to public,workspace and private, still can't edit via Android app.
It gives me an blank error popup
The text was updated successfully, but these errors were encountered: