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
Now using node v23.6.0 (npm v10.9.2)
$ npx azurite
(node:32623) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Azurite Blob service is starting at http://127.0.0.1:10000
Azurite Blob service is successfully listening at http://127.0.0.1:10000
Azurite Queue service is starting at http://127.0.0.1:10001
Azurite Queue service is successfully listening at http://127.0.0.1:10001
Azurite Table service is starting at http://127.0.0.1:10002
Azurite Table service is successfully listening at http://127.0.0.1:10002
$ npx azurite --oauth
(node:32664) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Exit due to unhandled error: this.oauth.toLowerCase is not a function
$ npx --version
10.9.2
The text was updated successfully, but these errors were encountered:
voltagex
changed the title
Running npx azurite fails when enabling oauth
--oauth with no 'basic' causes crash
Jan 14, 2025
Please use "--oauth basic", the parameter "--oauth" must has a value.
For the crash, as this is a invalid usage, it might not be our priority recently.
The text was updated successfully, but these errors were encountered: