cozy / cozy-proxy

This repository was part of CozyV2 which has been deprecated - Cozy authentication and routing layer
https://blog.cozycloud.cc/post/2016/11/21/On-the-road-to-Cozy-version-3
GNU Affero General Public License v3.0
26 stars 31 forks source link

Error message on login screen #240

Closed clochix closed 8 years ago

clochix commented 8 years ago

Reported by @nicofrand

“login undefined” is displayed on login screen. error screenshot

This is only a display problem, but gives a bad image of Cozy.

frankrousseau commented 8 years ago

@clochix Could you tell us in which case it occurs?

nicofrand commented 8 years ago

Just after the platform update.

clochix commented 8 years ago

Every user trying to connect with the latest version of the proxy as this erroneous error message. This doesn't prevent from logging, but may make the users think something is broken.

I think @nono already identified the source?

nono commented 8 years ago

Yes, I've made a PR: https://github.com/cozy/cozy-proxy/pull/241

nono commented 8 years ago

We have a check on alert and it's always true on the new version because of window.alert. I don't why it appeared in this version, or how it works on previous versions. I've just reinforced the check.

frankrousseau commented 8 years ago

@aenario Could you publish this fix?