linkwarden / browser-extension

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

Linkwarden behind Traefik #34

Open wardwygaerts opened 10 months ago

wardwygaerts commented 10 months ago

What do I need to bypass (headers?) in my Traefik config, to have the chrome extension working with my Linkwarden which is running behind a Traefik reverse proxy? Now it can't reach my service because it needs to authencticate, before it can reach the server

anealkhimani commented 8 months ago

This may be the same issue I'm facing. I installed the Firefox browser-extension version from their store. My Linkwarden instance is also running in a Docker container behind a Traefik reverse proxy. Whenever I attempt to configure the extension with my instance URL/Username/Password, I'm served a "Something went wrong, please try again" message.

crkos commented 8 months ago

Hello if you are able, can you click on inspect then go to Network and send a ss of that to see whats going on?.

I think what could be happening is either your proxy is dropping the conecction, or that the connection is handled and dropping whatever information and/or response is not reaching

crkos commented 8 months ago

I will fix this once i upload new version to stores

anealkhimani commented 8 months ago

Hello if you are able, can you click on inspect then go to Network and send a ss of that to see whats going on?.

I think what could be happening is either your proxy is dropping the conecction, or that the connection is handled and dropping whatever information and/or response is not reaching

Looks like a 404? I'm able to curl the page (and view it in a browser). I don't know if it helps you but I'm also utilizing LetsEncrypt for the SSL side of things. Perhaps the proxy is at fault...

linkwarden
crkos commented 8 months ago

Thanks, I will try to find a way to fix this soon

FrankSchoene commented 8 months ago

Good to see that this is reproducible, I have the same behind nginx in (Chrome and FF- Extension).

b1nary-b0b commented 8 months ago

Same here, please let me know in case logs or any information is needed to troubleshoot.

bibinisacmohan commented 8 months ago

Same here. The issue with any docker behind a reverse proxy.

patienttruth commented 7 months ago

Hi, I just ran into this error with a Firefox fork. When I inspected the network on the extension settings page I don't see any network activity. I had to use the IP to get it to work, but now that's not with HTTPS, so not ideal.

How can I help?

axute commented 5 months ago

same here, please fix 🙏