porl
porl
Sorry, I'm not sure. I'm using plain Vendure in the backend and the Vendure Qwik Starter template in the frontend. Looking at `generated/schema.graphql` I can see ProductCustomFields contains `printfulProductId` which...
Hi @michaelbromley Very sorry for the slow replies. Currently sick so only jumping on here every so often while I recover. I didn't think to try setting the environment variable,...
Finally back at work. I changed the `providers` and `routes` files to point to `generated/graphql-shop.ts` rather than `generated/graphql.ts` and the site appears to still work correctly. Using the following code...
Thank you! That has given me enough to go by I believe. I got some test text sent through a custom field. I still need to build the interface but...
Sorry to reopen - submitting the custom field to the backend works perfectly (I can use a text field to add custom text to a product and the order shows...
Update - still getting that warning, but after stopping and starting the server a couple of times it at least has the fields in the line object. I would like...
Thanks for the recommendation. At least I know I'm not the only one that is finding the graphql generators etc complicated! It would be great if there were a "quick...
I'm having the exact same problem. Running a (customised) HR New Beginnings pack. Freezes after the minecraft:stone_slab warnings.
Found the problem is to do with the max tick time being exceeded. Disabling this (set to -1 in server.properties) allowed the scan to run. After that I copied the...