linkwarden / browser-extension

Browser extension for Linkwarden
GNU Affero General Public License v3.0
183 stars 18 forks source link

Unable to configure extension #44

Closed craigtrevor closed 9 months ago

craigtrevor commented 9 months ago

Attempted with both Firefox and Chrome extensions, I am logged into my Linkwarden instance on the same browser.

Fill out the URL / Username / Password fields, when clicking save, I get an 'Error Something went wrong, please try again'

crkos commented 9 months ago

Can you enter the debug mode on the extension on firefox or chrome and send a screenshot of it?, That would help me see what could be wrong

Edit: In chrome you can do this by clicking Inspect and go to network request and ss that

craigtrevor commented 9 months ago

linkwarden exension network

Appears to be getting 404 errors from my instance

crkos commented 9 months ago

Ok I will check it on my instance if i can reproduce it

crkos commented 9 months ago

Mmm can you tell me which version of linkwarden are you running, the most likely thing is that you ran into the same problem as some others like #17

New version of linkwarden has update api routes so we updated the routes in the extension as well to make it work, if you you dont or cant update, then you can use an older version of the extension, I wouldn't reccommend that but if you want there is that option

craigtrevor commented 9 months ago

I am updating my docker container now.

edit: I have deleted containers and recreated, and I am still have the same issue.

crkos commented 9 months ago

Do you see the Recently Added Links on the dashboard?

craigtrevor commented 9 months ago

Nope.

ghcr.io/linkwarden/linkwarden:main

crkos commented 9 months ago

Then the problem is your instance, make sure you are using the latest version, 2.3.0

crkos commented 9 months ago

instead of main you can do docker pull ghcr.io/linkwarden/linkwarden:latestor the version docker pull ghcr.io/linkwarden/linkwarden:v2.3.0

craigtrevor commented 9 months ago

ghcr.io/linkwarden/linkwarden:latest worked. And now the extension is working. Many thanks for your help.

crkos commented 9 months ago

No problem