This looks like an error with your route resolver which should be declared in prismicio.ts
Apparently, you don't have a type "page" among your custom types, which leads to this error coming from the API. See the route resolver documentation for more info: Route Resolver - Documentation - Prismic
Would you mind double-checking this part of your project? I agree its weird it started suddenly failing after an update though, so please share the content of your prismicio.ts file if the above doesn't help so we can investigate your issue further.
I am a newbie to all things in the programming world and attempted to do some of the tutorials found on the site and any of them I try to start the localhost:3000 page I get this same issue as chantal. I have tried deleted the .next folder but I can't seem to get anything to start. I am not able to find much out there about this to alleviate the problem and I really want to try these tutorials. Could anyone help me get past this one?
When I run 'npm run dev' it all starts and as soon as I click the localhost:3000 link I get the error.
Error: [Link resolver error] Unknown type
Declared type: page
Expected one of:
[Link resolver error] Unknown type
Declared type: page
Expected one of:
This is all the code that is generated after the initial repo build, I have not changed anything yet.
Thank you in advance for any assistance on this issue.
Thank you for your response, I rebuilt the project after deleting all my files from the initial build on my machine and running thru the quick start guide again and it is all working now. Not exactly sure what I missed but it all started with no issues this time. Looking forward to building this site out using prismic.