Open glauber-sampaio opened 8 months ago
Hi there, I’m following all the steps on this article and it worked until the Configure Presentation part.
When I access the /studio/presentation page it shows this:
/studio/presentation
The error behind is this:
My sanity/client.ts is exactly like in the official repo:
sanity/client.ts
export const client = createClient({ apiVersion, dataset, projectId, useCdn, perspective: "published", stega: { enabled: false, studioUrl: "/studio", }, });
I haven’t found any resolution to this problem, so I’m assuming it’s new
Hi there, I’m following all the steps on this article and it worked until the Configure Presentation part.
When I access the
/studio/presentation
page it shows this:The error behind is this:
My
sanity/client.ts
is exactly like in the official repo:I haven’t found any resolution to this problem, so I’m assuming it’s new