We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue summary iam making the shopify app using shopify cli 3.0. all goes well but after installation, the app get crash because of failed api call
i have checked the logs its returning error following error
Cannot find module '/var/task/node_modules/@shopify/shopify-api/dist/rest-resources/2022-07/index.js
as in api we are calling this
const { Product } = await import( @shopify/shopify-api/dist/rest-resources/${Shopify.Context.API_VERSION}/index.js );
const countData = await Product.count({ session }); res.status(200).send(countData);
Expected behavior it should get get the product object and return me the count for of my products
Specifications Browser: chrome Device: dell Operating System: windows 11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue summary
iam making the shopify app using shopify cli 3.0. all goes well but after installation, the app get crash because of failed api call
i have checked the logs its returning error following error
Cannot find module '/var/task/node_modules/@shopify/shopify-api/dist/rest-resources/2022-07/index.js
as in api we are calling this
const { Product } = await import(
@shopify/shopify-api/dist/rest-resources/${Shopify.Context.API_VERSION}/index.js
);
const countData = await Product.count({ session });
res.status(200).send(countData);
Expected behavior
it should get get the product object and return me the count for of my products
Specifications
Browser: chrome
Device: dell
Operating System: windows 11
The text was updated successfully, but these errors were encountered: