Running prismic sm --develop
returns [slices API]: Unauthorized
Similar issue to Unauthorized when running Slice Builder, trying to add my own slices to my CMS and I have tried all the recommendations mentioned without any luck so far.
prismic --version => 3.8.7
node --version => 15.2.1
npm --version => 7.0.8
SliceMachine installed and running on http://localhost:3003/
I've done prismic logout and prismic login successfully
I've deleted node_modules and reinstalled via yarn
Updating the sm.json apiEndpoint to point to "https://{project-name}.cdn.prismic.io/api/v2" resolved the error from "Unauthorized" to simply "Not Found". Is Slice Machine not active on the project repo? Who do I contact to fix this?