Hello. i try to create my site with prismic but each time i got this error, i cannot know how to fix this, i tried EVERYTHING but it return each time
Unhandled Runtime Error
Error: No documents were returned
Source
src\components\Header.tsx (8:20) @ async Header
6 | export default async function Header() {
7 | const client = createClient();
> 8 | const settings = await client.getSingle("settings");
| ^
9 | return (
10 | <header>
11 | <nav
can someone help because i'm tired of crying because i don't understand why this happens. i'm Beginner with nextjs
thank you