dbugnar
Results
2
comments of
dbugnar
I had the same issue. And after I used the shared key that @XiaoningLiu pointed in the logs it worked. (Thanks) Is there a way to get this key from...
Probably the issue here is that @nestjs/azure-storage is compatible with [@nestjs/common (^6.0.0)](https://github.com/nestjs/azure-storage/blob/58a871041617fa59600624c0e31af702795dbf81/package.json#L20) Using nest version 7.5.1 will enforce the usage of @nestjs/common (^7.0.0) which is not supported, yet by azure-storage....