George Gebbett
                                            George Gebbett
                                        
                                    Obviously this behaviour can be rectified by adding unit conversions, but would seem sensible for the default behaviour to be to switch the price to simply be zero rather than...
All that CORS stuff is a bit weird - does it work if you install this chrome extension and enable it for that site? https://chrome.google.com/webstore/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf
A lot of the grocy communication happens in the browser because at the time I knew no better lol
Interesting - does this happen with every recipe? Can you try with the URL https://www.bbcgoodfood.com/recipes/gnocchi-herb-sauce and if that works could you let me know the recipe URL you are using?
Yes - it looks as though they are populating all of the steps in the `recipeInstructions` field rather than one by one in the `recipeSteps`. I'll have a think about...
The release notes for v2.13.1 suggest that this was fixed in that release but I am still seeing this behaviour after updating and the comments here suggest the fix was...
That makes what I am seeing make sense! Thanks for clarifying!
In my experience, SDKs reading env vars directly has always led to pain when that behaviour is not desired (for example two different configs of the same SDK) - if...
Hi all, apologies for the delay in getting back to you all on this - I have just released V2 which takes the Grocy URL as an env var into...
We've seen this too - we get the below error in Vercel when trying to deploy a prebuilt app We are using Turborepo + pnpm which seems to be a...