Daniel Castillejo

Results 2 comments of Daniel Castillejo

I had the same issue, it seems that you have to define the host on your client connection ```js const client = createClient({ space: process.env.NEXT_PUBLIC_SPACE_ID, accessToken: preview ? process.env.CONTENTFUL_PREVIEW_ACCESS_TOKEN :...

@hypery2k thank you! deleting that file solved the `rootPath undefined` error for me