Bubka

Results 246 comments of Bubka

Thx very much @yheuhtozr for the axis decomposition, it's very useful. And I must admit, I hadn't thought of all those combinations :exploding_head: What I was aiming for with the...

Hi, Are you using a Mac? I have found many threads where `ERR_CONNECTION_REFUSED` is related to MacOS. Anyway, what is 192.168.11.75? a proxy? Requests to the app url succeed but...

Starting with v5.2, the NGINX docker image also [listens to ipv6](https://github.com/Bubka/2FAuth/blob/a707ad3278a622fc22617ce2162a9a38214b100c/docker/nginx.conf#L12). Is it possible that this change impacts your configurations?

Does the v5.1 image run without issue?

Thanks for all these tests. > Whatever is happening happens between v5.0.2-v5.0.3 :) Few things have changed between the two: https://github.com/Bubka/2FAuth/compare/v5.0.2...v5.0.3 The only change that could affect docker or the...

For the record: The `ASSET_URL` env var has been introduced in v5.0.2 to fix an issue with new asset url generation in v5.0. In v5.0.2 and v5.0.3, having `ASSET_URL` set...

hum, for me it's a proxy issue then (you previously said that there is a proxy in front of the nas)

@Lebowski89 Is there any error in browser devTools? Check the js files url in the Network tab, does the url domain match the domain visible in the browser address bar?

Please do not set `ASSET_URL` with v5.0.4 or higher (unless you want to serve the js|css files from another server, i.e from a CDN). The `APP_URL` will be used as...

Thanks for the suggestion, I've changed the documentation to reflect this, the website will be updated soon. edit 11/09: Web site updated