S
SolidJS•11mo ago
nermal

(Vinxi)Error while deploying a project generated by Solid Start

I dont think theres a need to share the code as i use pnpm create solid and then chose the basic template just for testing anyways this is my package.json
{
"name": "example-basic",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"version": "vinxi version"
},
"dependencies": {
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.13.6",
"@solidjs/start": "^1.0.2",
"solid-js": "^1.8.17",
"vinxi": "^0.3.12"
},
"engines": {
"node": ">=18"
}
}
{
"name": "example-basic",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"version": "vinxi version"
},
"dependencies": {
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.13.6",
"@solidjs/start": "^1.0.2",
"solid-js": "^1.8.17",
"vinxi": "^0.3.12"
},
"engines": {
"node": ">=18"
}
}
yml for deployment
zerops:
- setup: app
build:
base: nodejs@20
buildCommands:
- pnpm i
- pnpm run build
deployFiles:
- .output
- .vinxi
run:
base: nodejs@20
ports:
- port: 3000
httpSupport: true
start: pnpm start
zerops:
- setup: app
build:
base: nodejs@20
buildCommands:
- pnpm i
- pnpm run build
deployFiles:
- .output
- .vinxi
run:
base: nodejs@20
ports:
- port: 3000
httpSupport: true
start: pnpm start
it fails during the build
20 Replies
nermal
nermalOP•11mo ago
@Brendonovich feel free to help me out and thanks for your time man :pepe_wave:
nermal
nermalOP•11mo ago
No description
nermal
nermalOP•11mo ago
image for reference ā˜ļø Works locally tho 🤔
nermal
nermalOP•11mo ago
nermal
nermalOP•11mo ago
video for reference 😸
Brendonovich
Brendonovich•11mo ago
it would be really funny if you've got a src/App.tsx file that's working on mac but failing on linux bc case sensitivity
nermal
nermalOP•11mo ago
crazy wait
nermal
nermalOP•11mo ago
No description
nermal
nermalOP•11mo ago
lucky if you need some more info let me know :blob_wave:
Brendonovich
Brendonovich•11mo ago
The CI system clones the repo to /build/source yeah? Oh also you'll only need .output in deployFiles
nermal
nermalOP•11mo ago
Yuhpp suree
Brendonovich
Brendonovich•11mo ago
hmm so vinxi is looking in the right place tbh i wouldn't discount the case sensitivity theory entirely, check on github vscode may not show it
nermal
nermalOP•11mo ago
alrightt suree i will check that out thanks šŸ‘‹ will update you on this
nermal
nermalOP•11mo ago
No description
nermal
nermalOP•11mo ago
GAWD 🤔 YUH THAT WAS THE ERROR
Brendonovich
Brendonovich•11mo ago
oh my god haha
nermal
nermalOP•11mo ago
Thanks for your time and have a good day ahead šŸ¤—
Brendonovich
Brendonovich•11mo ago
glad we got it sorted haha, zerops looks interesting
nermal
nermalOP•11mo ago
yuh its work in progress feel free to join the discord server if you want to have a talk with the team 😸
Brendonovich
Brendonovich•11mo ago
will keep it in mind

Did you find this page helpful?