Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

--oauth with no 'basic' causes crash #2525

Open
voltagex opened this issue Jan 14, 2025 · 1 comment
Open

--oauth with no 'basic' causes crash #2525

voltagex opened this issue Jan 14, 2025 · 1 comment

Comments

@voltagex
Copy link

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

@voltagex voltagex changed the title Running npx azurite fails when enabling oauth --oauth with no 'basic' causes crash Jan 14, 2025
@blueww
Copy link
Member

blueww commented Jan 14, 2025

@voltagex

Thanks for reporting this issue!

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants