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