cozy-drive icon indicating copy to clipboard operation
cozy-drive copied to clipboard

Broken image on post-authentication screen

Open nicofrand opened this issue 5 years ago • 5 comments

See the broken image just below the title:

screenshot_20180822-232107

BTW, I don't know why this page was in english whereas everything else was in French…

nicofrand avatar Aug 23 '18 09:08 nicofrand

Pingin @nono 'cause this page comes from the back...

goldoraf avatar Aug 23 '18 12:08 goldoraf

I tried to reproduce this bug, but the logo of Cozy Drive is correctly displayed for me.

nono avatar Aug 23 '18 16:08 nono

Is there an easy way to access this page again (without deleting my account from my phone, etc.) from any browser?

nicofrand avatar Aug 23 '18 17:08 nicofrand

You can use curl to create a client:

curl -X POST https://cozy.nicofrand.eu/auth/register -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"redirect_uris": ["http://localhost"], "software_id": "github.com/example/client", "client_name": "Client", "client_kind": "mobile", "logo_uri": "https://raw.githubusercontent.com/cozy/cozy-drive/master/targets/drive/vendor/assets/oauth-app-icon.png"}'

In the response, note the client_id. You can open your browser on this URL:

https://cozy.nicofrand.eu/auth/authorize?client_id={{client_id}}&state=foo&redirect_uri=http://localhost&response_type=code&scope=io.cozy.files

nono avatar Aug 23 '18 17:08 nono

I can't actually reproduce anymore. I thought this might come from Blokada but no… Maybe a network error?

nicofrand avatar Aug 23 '18 17:08 nicofrand

Closing this issue since its pretty old.

Crash-- avatar Oct 05 '22 06:10 Crash--