eladnava / applicationize

Converts your favorite web apps into desktop apps with their own dedicated launcher icon.
https://applicationize.me/
Apache License 2.0
494 stars 86 forks source link

Site that opens on authentication infinite loop #106

Open thepappas opened 4 years ago

thepappas commented 4 years ago

I have an https site that I want to applicationize that opens with a login window popup. It will not properly authenticate, it just keeps prompting. I do not want to post the site here, but I am using Cybele Thinfinity Workstation to provide remote access to PCs via HTML5 and the app requires a logon initially to gain access to the interface. I am keeping my eyes open for a similar site to test on. I might be able to spin up a test instance. Thinking...

eladnava commented 4 years ago

Hi @thepappas, It may have to do with about:blank not being supported: #36.

If you can provide a way to reproduce this (maybe a test site), that would help.

eladnava commented 4 years ago

Also, consider this as a workaround (not involving Applicationize): https://github.com/eladnava/applicationize/issues/25#issuecomment-250857260