mrbodich
mrbodich
I requested both, but if only one possible — would be great too.
Has anybody found how to fix that?
> Hey @mrbodich I’ll take a look when I get a chance. Something could have changed in Bracket’s API recently, and I haven’t updated this plugin in a while. Hey...
> @mrbodich Sorry for the delay on this. Unfortunately I can't update this repo or make new releases for the time being. > > However, the issue is coming from...
You don't run docker command when deploy to fly.io, so unfortunately that's not an option. I will stay with my own build then based on your Dockerfile and get.sh. I...
Just an example of my props. I've also added Nginx to the image to use another subpath. host/browser/ - filebrowser host/shared/ - proxied direct link to content in shared folder...
Hello @balazsorban44. I've deployed Keycloak, made necessary setup and pushed my example based on the latest example repo fork to github. https://github.com/mrbodich/next-auth-example-fork.git Alternatively, I've updated the main question, section **Reproduction...
> @mrbodich Instead of using `getSession` inside `getServerSideProps`, please use `getServerSession` as stated [here](https://next-auth.js.org/configuration/nextjs). This persists the refresh token. > > ``` > // index.tsx > import { authOptions }...
> @mrbodich That is not related to `getServerSession`. You need to properly set the `user` object inside `jwt` callback to make sure that no key inside the `user` object is...
> @mrbodich That is not related to `getServerSession`. You need to properly set the `user` object inside `jwt` callback to make sure that no key inside the `user` object is...