I have a monorepo using Next.js Page Router. I’m trying to migrate slices to Slice Machine and setting it up for the first time because we were previously using Prismic without Slice Machine. When I ran the command npx @slicemachine/init@latest, it created the setup and also pulled the custom types that already exist in my repository. However, when I tried migrating a slice to Slice Machine, I couldn’t get the simulator to work.
http://localhost:3000/slice-simulator: This proves the NextJS server is running
So I navigated to http://localhost:9999 works fine:
but when trying to simulate the slice that I created:
I get this:



