Evgeniy Boreyko

Results 3 comments of Evgeniy Boreyko

> Can anyone confirm v10 can be installed using nvm on an M1 mac? Fails for me at least. Works fine using https://github.com/tj/n and [email protected]

Adding `SQLD_HTTP_AUTH` env variable fixes this. Format is `basic:$PARAM` where `$PARAM` is base64-encoded string `"$USERNAME:$PASSWORD"` Alternatively, one can use `latest` image tag instead

you should probably use `input` for next.js public variables as shown [here](https://github.com/KATT/envsafe/blob/f74736a24560f22cee5694d48546a247a47425bd/examples/next.js/utils/browserEnv.js#L6-L8)