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

[Bug Report] Mobile UI doesn’t load when using authentication (IOS) #361

Closed
pierre-delecto opened this issue Feb 11, 2020 · 4 comments · Fixed by #440
Closed

[Bug Report] Mobile UI doesn’t load when using authentication (IOS) #361

pierre-delecto opened this issue Feb 11, 2020 · 4 comments · Fixed by #440
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed
Milestone

Comments

@pierre-delecto
Copy link

pierre-delecto commented Feb 11, 2020

As of c99ba68 (and in prior builds), when using a password, the UI doesn't load on iPhone--either via Safari or Chrome. No authentication input pops up, and no error is shown. Page just loads as a blank white screen. Problem persists when requesting "desktop site." Removing authentication allows UI to load.

Tried to inline auth info (using http://username:password@StashIP:Port), no change.

Using HTTP (not HTTPS). Need to test whether problem persists w/ HTTPs.

iPhone 7, IOS 13.3.1, latest safari/chrome.

@pierre-delecto pierre-delecto added the help wanted Extra attention is needed label Feb 11, 2020
@pierre-delecto pierre-delecto changed the title [Bug Report] Short Form Subject (50 Chars or less) [Bug Report] Mobile UI doesn’t load when using authentication Feb 11, 2020
@bnkai
Copy link
Collaborator

bnkai commented Feb 11, 2020

On android using the native or chrome browser everything seems fine. ( the auth pop-up is shown when a password is present). So probably something IOS specific.

(Have you tried opening stash using incognito/private mode ?)

@pierre-delecto
Copy link
Author

Incognito/Private gives same results. Tried with Firefox too, same issue.

Is there a way to access web server logs directly? Stash log doesn't show anything interesting. I'm running a docker container if that's relevant.

@pierre-delecto pierre-delecto changed the title [Bug Report] Mobile UI doesn’t load when using authentication [Bug Report] Mobile UI doesn’t load when using authentication (IOS) Feb 11, 2020
@bnkai bnkai added the bug Something isn't working label Mar 27, 2020
@WithoutPants
Copy link
Collaborator

From Discord:

Infinite03/23/2020
It's a general safari issue. Safari refuses to prompt for authentication unless the webpage is loaded over https.

@WithoutPants WithoutPants added this to the Version 0.2.0 milestone Apr 1, 2020
@WithoutPants WithoutPants self-assigned this Apr 1, 2020
@pierre-delecto
Copy link
Author

pierre-delecto commented Apr 3, 2020

Infinite's comment is odd--my issue persists on Firefox and Chrome for IOS. It also persists when I use HTTPS rather than HTTP. Maybe there are two separate problems?

One option to address would be to enable a web UI to logon. That's a bigger ask, but would allow things like use of a password manager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants