DracoBlue
DracoBlue
One should use ``` $ wkhtmltopdf README.html README.pdf --print-media-type $ open README.pdf ``` media-type setting is necessary, otherwise it uses default screen media type and screws up the background color.
Hello! Thanks a lot for your contribution! I think for next jsb major version 4.x those suggestions are great. So a native ES module is really appreciated. If you link...
Have fun!
I will in your branch (when back from holidays) add github actions (feel free to add them on your own) for npm release logic. We need to get rid of...
Thanks! Will merge it later!
Another one please
I had a similiar issue and fixed it by specifiying the NEXTAUTH_URL with the proper base domain like https://example.org. This properly reformatted the callback url to my expected host.
I had a similiar issue and fixed it by specifiying the NEXTAUTH_URL with the proper base domain like https://example.org. This properly reformatted the callback url to my expected host.
Please check if setting the env `NEXTAUTH_URL` in https://github.com/nextauthjs/next-auth/issues/1542#issuecomment-1300016433 helps. I was only searching for callbackUrl because my next url was not correct. Fixing it, fixed my issue. Leaving no...
Thanks for creating the feature request!