#Netlify deploy error

3 messages · Page 1 of 1 (latest)

low path
#

Hello! Do you guys ever received this error? I'm receiving this error when I deploy to Netlify wit SSR. I searched about and I tried to remove the module <@&1055234544183287879>/image but I still got the error message.

Feb 2, 10:58:31 AM: 2023-02-02T13:58:31.910Z undefined ERROR Uncaught Exception {"errorType":"TypeError","errorMessage":"The "path" argument must be of type string or an instance of URL. Received undefined","code":"ERR_INVALID_ARG_TYPE","stack":["TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string or an instance of URL. Received undefined"," at new NodeError (node:internal/errors:372:5)"," at fileURLToPath (node:internal/url:1420:11)"," at Object.<anonymous> (/var/task/.netlify/functions-internal/entry.js:157628:74)"," at Module._compile (node:internal/modules/cjs/loader:1105:14)"," at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)"," at Module.load (node:internal/modules/cjs/loader:981:32)"," at Function.Module._load (node:internal/modules/cjs/loader:822:12)"," at Module.require (node:internal/modules/cjs/loader:1005:19)"," at require (node:internal/modules/cjs/helpers:102:18)"," at Object.<anonymous> (/var/task/entry.js:1:18)"]}

#

{
"name": "@onwidget/astrowind",
"description": "A template to make your website using Astro + Tailwind CSS.",
"version": "0.9.8",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier -w .",
"lint:eslint": "eslint . --ext .js,.ts,.astro",
"subfont": "subfont -ir --no-fallbacks --silent --root dist",
"server": "node ./dist/server/entry.mjs"
},
"devDependencies": {
"<@&1055234544183287879>/mdx": "^0.15.2",
"<@&1055234544183287879>/partytown": "^1.0.3",
"<@&1055234544183287879>/rss": "^2.1.0",
"<@&1055234544183287879>/sitemap": "^1.0.1",
"<@&1055234544183287879>/tailwind": "^3.0.1",
"@coral falconlib/analytics": "^0.3.0",
"@coral falconlib/seo": "^0.3.0",
"@fontsource/inter": "^4.5.15",
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"astro": "^2.0.5",
"astro-compress": "1.1.28",
"astro-icon": "^0.8.0",
"eslint": "^8.33.0",
"eslint-plugin-astro": "^0.23.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"limax": "^2.1.0",
"mdast-util-to-string": "^3.1.1",
"prettier": "^2.8.3",
"prettier-plugin-astro": "^0.8.0",
"reading-time": "^1.5.0",
"sharp": "^0.31.3",
"subfont": "^6.12.4",
"svgo": "2.8.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=16.12.0"
},
"dependencies": {
"<@&1055234544183287879>/netlify": "^2.1.1",
"<@&1055234544183287879>/node": "^5.0.1",
"<@&1055234544183287879>/svelte": "^2.0.1",
"cosmicjs": "^4.3.1",
"svelte": "^3.55.1"
}
}

shrewd dock