Nico Domino

Results 576 comments of Nico Domino

> Actually having the same issue "connect ECONNREFUSED 127.0.0.1:8080" but my keycloak isn't deployed in a docker container. Has anyone found a working solution? Your Next.js application and Keycloak are...

Then your only option is to use a reverse proxy like nginx. That would, for example. take incoming requests on `localhost:1234` and forward them on to `localhost:8080`, essentially making the...

Sorry, I know this is closed, but I'm having a similar issue. My setup is rclone read-only -> mergerfs -> jellyfin. When another server adds a file to rclone, no...

Hey thanks for bringing this up. So it looks like the info we're getting from `timezone-soft` is correct, but we're just not rendering the correct one (daylight savings vs. non-daylight...

Hmm yeah no so we stitch together the `standard.offset`, `standard.abbr`, or the `daylight` variant. Depending on whether `spacetime.now('Africa/Casablanca').isDST()` returns true or false.. :thinking:

Same issue here btw: https://github.com/ndom91/react-timezone-select/issues/83 Where determining when DST is occuring / whether to use `daylight`/`standard` values is being incorrectly calculated :thinking:

Mkchromecast doesn't start after that? Have you tried setting the `QT_QPA_PLATFORM=wayland`? You can add this to your `.bashrc` to make it permanent ``` export QT_QPA_PLATFORM=wayland ``` Ubuntu 22.04 ships with...

Update, got session loading during SSR in FE: ![image](https://github.com/nextauthjs/next-auth/assets/7415984/9310e838-95da-4a27-a691-71ff42118895)

Lol ![image](https://github.com/nextauthjs/next-auth/assets/7415984/e7ca7e70-a940-420d-856a-dd41df5249d7)

Status update - still trying to use the advanced initialization to apply the `adapter` when trying to login with `webauthn`, but not with any of the oauth providers. Therefore we...