Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Errors from @azure/storage-blob sdk dependency #29080

Closed
2 of 6 tasks
dhruvateja-sureshTF opened this issue Mar 27, 2024 · 2 comments
Closed
2 of 6 tasks

Errors from @azure/storage-blob sdk dependency #29080

dhruvateja-sureshTF opened this issue Mar 27, 2024 · 2 comments
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team needs-team-triage Workflow: This issue needs the team to triage. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that

Comments

@dhruvateja-sureshTF
Copy link

dhruvateja-sureshTF commented Mar 27, 2024

  • Package Name: @azure/storage-blob
  • Package Version: 12.11.0
  • Operating system: Windows 11, 64 bit
  • nodejs
    • version: 18.12.0
  • browser
    • name/version: Chrome/122.0.6261.129 (Official Build) (64-bit)
  • typescript
    • version:
  • Is the bug related to documentation in

Describe the bug
A clear and concise description of what the bug is,
My project is using VUE JS - "2.6.10" with NODE js version 18.12.0.
(Upgraded from NODE 16.14.2 to 18.12.0 to try out fixing this issue.)
When I try to build my project recently, there are a bunch of errors that are coming from the @Azure storage blob dependency files.
I have to tried upgrade/downgrade the dependency package and NODE versions but nothing seems to work.
All the errors are from the @azure/storage-blob dependency files.

Earlier there was a dependency error from @azure/logger before the release of recent patch in #28940 for @azure/storage-blob package.
To Reproduce
Steps to reproduce the behavior:

  1. create a vue app with the above described versions of vue2 (2.6.10) and node (18.12.0).
  2. install @azure/storage-blob version-12.11.0 dependency and try to import like (import { BlobServiceClient } from '@azure/storage-blob').
  3. Do a npm run serve to run the project. Then you get the set of errors as attached below.
    Errors:
    patchErrors.txt

Expected behavior
Vue app should build/run successfully without any dependency errors.

Screenshots
This is just the first error, I've attached the error list in the above attachment.
image

Additional context
Builds have started to fail with errors after recent updates/patches to this azure storage blob package from the past two weeks.
This was working fine from past 1 year. I kindly request anyone to please fix this at the earliest.

Since I can't disclose my entire code, I have created a sample new app file with related config files which you can download and do a yarn install and yarn run dev to reproduce the errors.
Sample app: my-app.zip

@github-actions github-actions bot added Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention Workflow: This issue is responsible by Azure service team. Storage Storage Service (Queues, Blobs, Files) labels Mar 27, 2024
Copy link

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage.

@timovv timovv added Azure.Core and removed Storage Storage Service (Queues, Blobs, Files) Service Attention Workflow: This issue is responsible by Azure service team. labels Mar 27, 2024
@github-actions github-actions bot added the needs-team-triage Workflow: This issue needs the team to triage. label Mar 27, 2024
@timovv
Copy link
Member

timovv commented Mar 27, 2024

Hi @dhruvateja-sureshTF, thanks for the report. To provide a quick update on this, we are aware of the issue and are working on a fix. We'll update in the original thread (#28940) when we have news. Ultimately this continues to stem from the use of the old Webpack 4 bundler which does not support syntax which is supported by all modern browsers and our minimum supported Node version.

In the meantime I am going to close this issue in favor of the existing issue but let us know if you have any further questions.

@timovv timovv closed this as not planned Won't fix, can't repro, duplicate, stale Mar 27, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jun 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team needs-team-triage Workflow: This issue needs the team to triage. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
None yet
Development

No branches or pull requests

2 participants