How to fix it's possible that Slice Machine is having trouble accessing Prismic's servers

Impacted feature

What steps have you taken to resolve this issue already?

We can't push new custom types on localhost:9999 to server

Errors

Check that the repository name is correct, then contact your repository administrator.

If that doesn't work, it's possible that Slice Machine is having trouble accessing Prismic's servers. [Contact our support team](https://community.prismic.io/).

Your Role

Developer

Package.json file

{
"name": "nextjs-starter-prismic-minimal-ts",
"version": "0.1.0",
"private": true,
"license": "Apache-2.0",
"author": "Prismic contact@prismic.io (https://prismic.io)",
"scripts": {
"dev": "concurrently "npm:next:dev" "npm:slicemachine" --names "next,slicemachine" --prefix-colors blue,magenta",
"next:dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine",
"format": "prettier --write ."
},
"dependencies": {
"@prismicio/client": "^7.4.0",
"@prismicio/helpers": "^2.3.9",
"@prismicio/next": "^1.5.0",
"@prismicio/react": "^2.7.4",
"next": "^14.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@slicemachine/adapter-next": "^0.3.38",
"@types/node": "^20.11.27",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.22",
"concurrently": "^8.2.2",
"eslint": "^8",
"eslint-config-next": "^14.1.3",
"slice-machine-ui": "^1.26.0",
"typescript": "^5.4.2"
}
}

Steps to reproduce

yarn dev
login on localhost:9999
edit custom type
review change and new track can't push to server

Hi @supapong,

Welcome to the community :slight_smile:

Are you able to share a screenshot or a complete error code, or even better a Jam recording of this behavior? This will give us additional dev information to troubleshoot this and help you out.