-
Notifications
You must be signed in to change notification settings - Fork 119
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
CALDAV verification fails with iOS. #117
Comments
please provide details. |
The two step authentication process fails for iOS CalDAV account. The first request is processed but no subsequent request with auth details is received. iOS 12.1.4 error logs with production URL:
iOS 12.1.4 error logs with development URL:
Stackoverflow says: |
Hello, has this issue been resolved? We are experiencing the same issue. |
Hey guys, the ios logs above really dont tell me anything. I really need to see some logs from the milton side. And the first thing you should do to debug is to check the network logs. Ie what status codes is milton returning for each request? Any error codes at all indicate an incorrect implementation and will cause the operation as a whole to fail. Eg check for 500's, 401s, 404's, etc If you're seeing an error response code then try to find out why. A very common problem is that developers just ignore required semantics they dont understand or dont see a need for, but OS clients tend to be sensitive to edge cases. I dont think the SO link above is relevant. |
CALDAV stopped working on iPhone. Works well on other clients.
The text was updated successfully, but these errors were encountered: