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
I'm getting a container not found error from somewhere deep in the azure-storage lib. If I specify a new container name one is created, and if I add files to the container manually and specify deleteExistingBlobs they are acknowledged as being deleted. So the connection to the container is fine in some sections of the code.
I checked out the uploadFileToAzureCdn and it looks like the containerName is being passed properly. Has anyone encountered an issue similar to this before?
The text was updated successfully, but these errors were encountered:
I'm getting a container not found error from somewhere deep in the azure-storage lib. If I specify a new container name one is created, and if I add files to the container manually and specify deleteExistingBlobs they are acknowledged as being deleted. So the connection to the container is fine in some sections of the code.
I checked out the uploadFileToAzureCdn and it looks like the containerName is being passed properly. Has anyone encountered an issue similar to this before?
The text was updated successfully, but these errors were encountered: