Brian Zindler

Results 1 comments of Brian Zindler

I experienced the same error recently. The reason the error was thrown for me was because the `api.getByUID` api is called with: [`api.getByUID('', '')`](https://prismic.io/docs/javascript/query-the-api/query-documents-by-id-or-uid) not `api.getByUID('')` This is a pretty...