S
SolidJS•2y ago
arjun

(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
arjun
arjunOP•2y ago
@Brendonovich feel free to help me out and thanks for your time man :pepe_wave:
arjun
arjunOP•2y ago
No description
arjun
arjunOP•2y ago
image for reference ā˜ļø Works locally tho 🤔
arjun
arjunOP•2y ago
arjun
arjunOP•2y ago
video for reference 😸
Brendonovich
Brendonovich•2y 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
arjun
arjunOP•2y ago
crazy wait
arjun
arjunOP•2y ago
No description
arjun
arjunOP•2y ago
lucky if you need some more info let me know :blob_wave:
Brendonovich
Brendonovich•2y ago
The CI system clones the repo to /build/source yeah? Oh also you'll only need .output in deployFiles
arjun
arjunOP•2y ago
Yuhpp suree
Brendonovich
Brendonovich•2y 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
arjun
arjunOP•2y ago
alrightt suree i will check that out thanks šŸ‘‹ will update you on this
arjun
arjunOP•2y ago
No description
arjun
arjunOP•2y ago
GAWD 🤔 YUH THAT WAS THE ERROR
Brendonovich
Brendonovich•2y ago
oh my god haha
arjun
arjunOP•2y ago
Thanks for your time and have a good day ahead šŸ¤—
Brendonovich
Brendonovich•2y ago
glad we got it sorted haha, zerops looks interesting
arjun
arjunOP•2y 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•2y ago
will keep it in mind

Did you find this page helpful?