Alex Bernier
Alex Bernier
I started a new project and started digging a little more through my base files. I might have been resolved this issue by doing: ``` npm list webpack npm remove...
@jayair @yspreen please refer to the solution I used to fix the issue on my end. You might be able to do something similar. If not feel free to open...
Any plan to add this in a future release? This is a huge drawback for me to continue using GitHub actions, pretty sure it's the same for many others who...
why is this still open?
@lukeclifton v6 didn't resolve the SQLite issue. See https://github.com/Shopify/shopify-api-js/issues/410
I just tried 6.0.1, and I'm still getting the same issue. In my Shopify app, available from the Partner dashboard, insights tab > API health I'm getting: "_`Metafield.valueType` has been...
Still happening, it's a bit annoying with version 6.1.0 to see that in the response as it also generates a "Stack Trace: Error". I'm using Serverless by the way.
After getting the new message, "We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023." I decided to migrate my app to AWS...
Just to be clear, I'm speaking about the options from serverless.yml ``` dynamodb: stages: - 'local' start: port: 8000 inMemory: true heapInitial: 200m heapMax: 1g migrate: true seed: true convertEmptyValues:...
So I now need to upgrade this project to Node > 14.x to be able to use other libraries, but I would need to use serverless-bundle > 4.4.0 Unfortunately, I...