Notice the encoded quotes "" around the redirect URL ‒ this is invalid and results in an error.
Removing it from the env variable fixes it ‒ tested and verified on Windows.
(My editor also automatically fixed the missing line ending at the end of the file)
Fixes issue #6 ‒ the quotes in the env variable get passed on to the generated URL, which looks like:
Notice the encoded quotes "" around the redirect URL ‒ this is invalid and results in an error. Removing it from the env variable fixes it ‒ tested and verified on Windows.
(My editor also automatically fixed the missing line ending at the end of the file)