w4lker
w4lker
SSolidJS
Created by w4lker on 6/11/2024 in #support
404 in deployment with Vercel
my gooooood, was name file, i have vite.config.ts and now is app.config.ts...
19 replies
SSolidJS
Created by w4lker on 6/11/2024 in #support
404 in deployment with Vercel
I discovered that it is not the configurations, it is something with my project
19 replies
SSolidJS
Created by w4lker on 6/11/2024 in #support
404 in deployment with Vercel
i config " .output/public" cause in the build log i saw this ... [success] [vinxi] Generated public .output/public
19 replies
SSolidJS
Created by w4lker on 6/11/2024 in #support
404 in deployment with Vercel
⚙ Preparing app for node-server...
[success] [vinxi] Generated public .output/public
[info] [vinxi] Building Nitro Server (preset: `node-server`)
[success] [vinxi] Nitro Server built
[success] [vinxi] You can preview this build using `node .output/server/index.mjs`
Build Completed in /vercel/output [14s]
Deploying outputs...
Injected preview comments middleware, you can disable this in your project settings.
Deployment completed
Uploading build cache [23.92 MB]...
Build cache uploaded: 479.771ms
⚙ Preparing app for node-server...
[success] [vinxi] Generated public .output/public
[info] [vinxi] Building Nitro Server (preset: `node-server`)
[success] [vinxi] Nitro Server built
[success] [vinxi] You can preview this build using `node .output/server/index.mjs`
Build Completed in /vercel/output [14s]
Deploying outputs...
Injected preview comments middleware, you can disable this in your project settings.
Deployment completed
Uploading build cache [23.92 MB]...
Build cache uploaded: 479.771ms
19 replies
SSolidJS
Created by w4lker on 6/11/2024 in #support
404 in deployment with Vercel
@Brendonovich
19 replies
SSolidJS
Created by w4lker on 6/11/2024 in #support
404 in deployment with Vercel
thanks for aswer, but not works
19 replies
SSolidJS
Created by w4lker on 6/11/2024 in #support
404 in deployment with Vercel
nothing 😢
19 replies
SSolidJS
Created by w4lker on 6/11/2024 in #support
404 in deployment with Vercel
import { defineConfig } from "@solidjs/start/config";

export default defineConfig({
server: { preset: "vercel" },
});

import { defineConfig } from "@solidjs/start/config";

export default defineConfig({
server: { preset: "vercel" },
});

19 replies
SSolidJS
Created by w4lker on 6/11/2024 in #support
404 in deployment with Vercel
No description
19 replies
SSolidJS
Created by w4lker on 6/11/2024 in #support
404 in deployment with Vercel
No description
19 replies
SSolidJS
Created by w4lker on 2/28/2024 in #support
Deployed in Vercel, but doesnt load CSS files
No description
15 replies
SSolidJS
Created by w4lker on 2/28/2024 in #support
Deployed in Vercel, but doesnt load CSS files
i deleted baseUrl in config file and app.tsx. then works. Now my issue is supabase denied me. (401 error)
15 replies
SSolidJS
Created by w4lker on 2/28/2024 in #support
Deployed in Vercel, but doesnt load CSS files
with the previous config of github pages. it showed me the html but without the css
15 replies
SSolidJS
Created by w4lker on 2/28/2024 in #support
Deployed in Vercel, but doesnt load CSS files
right now, for vercel I changed preset to "vercel". Then the deploy show 404. I Switched ssr to "false" and deploy show white screen
15 replies
SSolidJS
Created by w4lker on 2/28/2024 in #support
Deployed in Vercel, but doesnt load CSS files
with github pages I had this configuration
15 replies
SSolidJS
Created by w4lker on 2/28/2024 in #support
Deployed in Vercel, but doesnt load CSS files
import { defineConfig } from "@solidjs/start/config";

export default defineConfig({
start: {
ssr: true,
server: {
baseURL: process.env.BASE_PATH,
preset: "static"
}
}
});
import { defineConfig } from "@solidjs/start/config";

export default defineConfig({
start: {
ssr: true,
server: {
baseURL: process.env.BASE_PATH,
preset: "static"
}
}
});
15 replies
SSolidJS
Created by w4lker on 2/28/2024 in #support
Deployed in Vercel, but doesnt load CSS files
yes, but now i checking documents. Before I was changing the config without knowledge
15 replies