nextcloud / passman-webextension

Webextension for the Passman Nextcloud app. Also offers browser extension & Android app.
https://passman.cc
GNU Affero General Public License v3.0
114 stars 43 forks source link

Chrome Extension finds no vault #261

Open ghost opened 6 years ago

ghost commented 6 years ago
Hello, first the formular: ### Steps to reproduce 1. Start the setup 2. Click on "Lets Begin" and fill in the credentials for my self-hosted server. 3. Click on "Next". ### Expected behaviour The extension should find 2 vaults, which was created through the passman web app in owncloud. ### Actual behaviour I get the message: _Sorry, no vaults found. Please create a vault via the Nextcloud / ownCloud app and try again._ ### Configuration **Operating system**: Arch Linux x86_64, Kernel: 4.16 **Browser**: Google Chrome v67 **Extensions that might cause interference**: Lastpass Extension (only for backup, until i feel confident with passman) **Passman version**: 2.1.4 **Extension version**: 2.1.1 **Nextcloud version**: Owncloud 10.0.8 (stable) #### Browser log
Browser log a) no text in javascript console b) The network log shows, that it fetched the vaults-file. If i open this file in chrome, i can see the 2 vaults with both public keys in a json-format.
additional information: I configured my apache 2 server to serve the files in http2. Maybe this could be a problem for the used js-frameworks? Also i tried to misstype my credentials, but then i get the 401 errorcode and cannot go further in setup. So it seems the credentials are right and the extension can log in to owncloud. I am not very confident with javascript for webextensions. So if you have an idea to solve this problem, I would be very grateful. Thanks for your help. --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/59333452-chrome-extension-finds-no-vault?utm_campaign=plugin&utm_content=tracker%2F52236699&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F52236699&utm_medium=issues&utm_source=github).
WHGhost commented 6 years ago

This issue is a duplicate from another: https://github.com/nextcloud/passman-webextension/issues/253