No content to show
User Activity
how can we replicate the status can you please give a little input regarding that please and I am getting the errors as yours please.
how do you generate this request id ? as I cant find these on my logs
Hi,thanks for an elaborate response. But currently I am facing an issue while getting the request response headers from axios as it says : Property 'getheaders' does not exist on type 'FormData'. in the following code: Any help regarding this would ...
Hi, Thank you for the response.I am having trouble getting the x-request-id from the request headers. I am using a proxy app and a checkout extension along with it.It would be great if you could guide me through it.
Hi @Maksym_Hniedko How can we get the x-request-id header in the proxy app ?
Hi @ShopifyDevSup , Thank you for the response. As you could see from the above code that the mimetypes of the files are defined as you have mentioned i.e. mimeType "model/vnd.usd+zip" and "model/gltf-binary", but still facing the error of Invali...
Hi, Thank you for the response, I am using the stagedUploadsCreate mutation along with the productCreateMedia mutation, but still getting the same error: the status is inside the media [] for me that is empty as I am trying to load the 3d model and ...
As given in the documentation,the status is inside the media [] for me that is empty as I am trying to load the 3d model and it gives me an mediaUserError[] code: "INVALID" and message: Invalid model 3dbelow is my code : const fileCreateResponse =...
How are you using this along with the mutation of productCreateMedia?
where do you check the status? I'm not able to log any status in my terminal and my message says invalid model 3d
I used the productCreateMedia in the manner given below, but receiving this error"message":"Invalid Model 3d would be great if you could suggest a solution. const fileCreateResponse = await admin!.graphql(
`#graphql
mutation productCr...
Hi, anyway you figured out the issue with this ?
Hi , thanks this detailed and elaborate reply helps a lot !!Is it possible to use the productCreateMedia mutation instead of fileCreate?
Hi all, I am trying to upload the 3d models using the stagedUploadscreate and fileCreate GraphQL mutaitonsbut after downloading the file on the local server it shows that the usdz file has incorrect format. Any leads regarding this would be very hel...
03-07-2024
I was able the generate the resourceUrl and upon logging it, but its giving me an error saying no such key exists, I am thinking that there might be an issue with only the filename I am calling, const stagedUploadsResponse = await admin!.graph...