Scott Williams

Results 169 comments of Scott Williams

The problem is here - https://github.com/node-cron/tz-offset/issues/8

In fairness, willtalmadge, it works about as well as most nodejs libraries do. It fit the specific use case for the person who made it and now the rest of...

As a workaround for now, comment out line 98 of /usr/share/centreon/src/Core/Security/Application/UseCase/LoginOpenIdSession/LoginOpenIdSession.php : ``` $this->provider->setConfiguration($openIdProviderConfiguration); $this->provider->authenticateOrFail($request->authorizationCode, $request->clientIp); $user = $this->findUserOrFail(); #$this->updateUserACL($user); $sessionUserInfos = [ 'contact_id' => $user->getId(), 'contact_name' => $user->getName(), 'contact_alias'...

@ChristophWurst - I put REDACTED in >/< and github filtered it out. It's a self-hosted nextcloud instance. I'll report back once I can get setup with adb and figure out...

Here's what I see in the console debugging. It looks like it's failing to load a script. ![Screenshot from 2019-10-24 14-56-20](https://user-images.githubusercontent.com/5474941/67528505-7b7aed80-f66e-11e9-8ba4-ba459403c8be.png)

The u2f listed there appears to just be some JSON: `{"message":"Current user is not logged in"}`

You can see the first line of the console in my screenshot references "u2f" which appears to be some kind of json response. I don't know more than that.

It's also weird that it's so specific. Desktop Firefox works fine. Chrome on Android works fine. Firefox on Android is where it is broken. It also seems specific to Nextcloud,...

I'm not sure I have anything more to offer about it other than the same behavior persists on Fedora 31, with NextCloud 17.0.1, with Firefox (Android) 68.2.1.