Closed sfodor closed 2 years ago
The following patch solved the problem for me:
@@ -393,7 +393,7 @@ const azureStorageImage = _ref => {
}),
unreferencedConcreteInterfaceImplementations: [AzureStorageImageFieldOutputType],
- views: '@k6-contrib/fields-azure/image'
+ views: '@k6-contrib/fields-azure/views/image'
}));
};
};
@@ -546,7 +546,7 @@ const azureStorageFile = _ref => {
}),
unreferencedConcreteInterfaceImplementations: [AzureStorageFileFieldOutputType],
- views: '@k6-contrib/fields-azure/file'
+ views: '@k6-contrib/fields-azure/views/file'
}));
};
};
I have published version 3.0.1
with this fix, let me know if that works for you.
Thank you. Now it works for me.
One note to the packages/fields-azure/README.md file, I think the config
should be renamed to azureStorageConfig
to have it working, also the line import 'dotenv/config'
may not needed.
Hi,
After creating a new keystonejs app with 'yarn create keystone-app', adding the fields-azure package with 'yarn add @k6-contrib/fields-azure', and adding a 'file: azureStorageFile({ azureStorageConfig: config }),' line to the User in schema.ts I get the following error when the 'yarn dev' is run: