Skip to content
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

"app not found" with http instead of https #33

Closed
tobiasKaminsky opened this issue Dec 15, 2017 · 1 comment
Closed

"app not found" with http instead of https #33

tobiasKaminsky opened this issue Dec 15, 2017 · 1 comment
Assignees
Milestone

Comments

@tobiasKaminsky
Copy link
Member

I accidentally typed in http://cloud.nc.c instead of https://... and login worked without a problem, but then it was shown app not found and then I was logged out.

@mario
Copy link
Contributor

mario commented Dec 15, 2017

This is currently expected since the webview follows redirects, while the http client does not (for a reason) and I use the url the user initially entered. Since my PR to the server has been merged, I'll change the code to use the url the server returns so this will fix it.

Thanks for the report.

@mario mario self-assigned this Dec 17, 2017
@mario mario closed this as completed Dec 18, 2017
@mario mario added this to the v0.1.2 milestone Dec 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants