Not finding pages, seeming to not use the endpoint - PrismicError: No documents were returned

Hello @chris_law9208,

In your work.tsx file you are importing createClient from import { createClient } from "@prismicio/client";

You should import it from import { createClient } from "./prismicio";

Let me know if this works.

Thanks,
Racheal.

1 Like