Describe your question/issue in detail
Hello guys. I have the problem with the Slicemachine. When I run dev in the terminal, Slicemachine is starting, but very often I see the error logs in the terminal. At the same time, the Slicemachine is working not very stable.
Errors
[slicemachine] [Experiment] Retry falied: Error: getaddrinfo ENOTFOUND api.lab.amplitude.com
[slicemachine] at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:120:26) {
[slicemachine] errno: -3008,
[slicemachine] code: 'ENOTFOUND',
[slicemachine] syscall: 'getaddrinfo',
[slicemachine] hostname: 'api.lab.amplitude.com'
[slicemachine] }
Package.json file
{
"name": "nuxt-starter-prismic-minimal",
"version": "0.0.0",
"private": true,
"license": "Apache-2.0",
"author": "Prismic <contact@prismic.io> (https://prismic.io)",
"scripts": {
"dev": "concurrently \"npm:nuxt:dev\" \"npm:slicemachine\" --names \"nuxt,slicemachine\" --prefix-colors green,magenta",
"nuxt:dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"slicemachine": "start-slicemachine",
"lint": "eslint ."
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.27",
"@nuxt/eslint": "^0.7.5",
"@nuxt/icon": "^1.10.3",
"@nuxtjs/prismic": "^4.0.1",
"@slicemachine/adapter-nuxt": "^0.3.68",
"@tailwindcss/typography": "^0.5.16",
"concurrently": "^9.1.2",
"eslint": "^9.18.0",
"nuxt": "^3.15.2",
"prettier": "^3.5.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"slice-machine-ui": "^2.13.1"
},
"dependencies": {
"@tailwindcss/vite": "^4.0.9",
"gsap": "^3.12.7",
"tailwindcss": "^4.0.9"
}
}
Steps to reproduce
I run npm run dev
and see the issues. Sometimes I don't have them at all, but in general, I can see it.