You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use PowerShell (Core) rather than cmd.exe, the `set` command is an alias for "Set-Variable" rather than "set environment variable".
Instead of `set`, the `$Env:` approach should be used when setting the CLOUDINARY_URL in PowerShell.
0 commit comments