Hi there ![]()
Today I encountered an error when initializing the slicemachine in a Nuxt project.
After connecting the slicemachine to my repo, the init command inserted the respository name instead of the API endpoint (see screenshot below)
Best regards
David
Hi Fares,
Thanks for the reply.
I retried using the current version of prismic cli (before I was using v. 4.0) and still get the same behavior. The API URL should be: https://testslicessite.prismic.io/
This is my terminal output:
prismic -v
prismic-cli/4.2.2 darwin-x64 node-v16.14.0
I followed the Slice Machine Nuxt Docs:
- I created a Nuxt project using
npx create-nuxt-app - After, I initialized SliceMachine using
npx @slicemachine/init
May I know what OS you are using?
Sorry for my late reply. I'm using macOS 12.1 Monterey

Hi had the same problem.
Init take the Display Name of the repo instead of the endpoint.
I just changed.
It just works only if the display name is the same.
Thanks for reporting the issue, it's fixed now.


