Jim Johnston

Results 27 comments of Jim Johnston

Hey was going to make a new issue but I think it's the same. When visiting a dynamic route that should return a 404, there is an attempt to render...

Sorry for bumping the thread but just wondering if a fix for this bug is in the pipeline? Or maybe I have missed something and this isnt a bug at...

hey hu0p! could you share how you achieved this? I dont mind doing it manually as long as it works 😄

Hey thanks for sharing your solution, I didnt know about that `notFound: true` property which looks ideal for this! I use SanityCMS for most my sites so directly querying the...

Could be related to #1179 A work around until this is fixed is to manually check the client slug against your CMS slugs in get static probs and return a...

As mentioned it works fine without the 'matcher config', but my concern is that without it the number of edge function invocations will increase tenfold depending on how many static...

Yep, this is broken with the latest Sanity versions

Yep I get the same using the wip branch. > FlexDevice: No Cuda device found ! > OMEGA ERROR: Failed to initialize Cuda Context ! > nvFlex is not loaded!...

The "Use Rosetta" feature fixed it for me but the option has moved from "Features in Development" into the "General" tab. ![image](https://github.com/browserless/browserless/assets/17420741/55223ffa-d19a-4617-bb29-eab0c5284c74)

I've found the easiest way to create singletons is with the Sanity CLI. Create a .json with your types and ids: ```json [ { "_id": "privacyPage", "_type": "privacyPage" }, {...