Revxrsal
Revxrsal
SSolidJS
Created by w4lker on 2/28/2024 in #support
Deployed in Vercel, but doesnt load CSS files
this is my vercel config, and it's working:
import {defineConfig} from "@solidjs/start/config";

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

server: {
fs: {
allow: ["../.."]
}
},
});
import {defineConfig} from "@solidjs/start/config";

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

server: {
fs: {
allow: ["../.."]
}
},
});
15 replies
SSolidJS
Created by Revxrsal on 2/28/2024 in #support
dev environment constantly not showing pages correctly
so im suspecting something with the cache
6 replies
SSolidJS
Created by Revxrsal on 2/28/2024 in #support
dev environment constantly not showing pages correctly
it eventually stopped happening
6 replies
SSolidJS
Created by Revxrsal on 2/28/2024 in #support
dev environment constantly not showing pages correctly
done that many times
6 replies
SSolidJS
Created by Revxrsal on 2/28/2024 in #support
dev environment constantly not showing pages correctly
- the moon button, which supposedly changes the theme, stops working. also u notice that earlier pages were dark-themed, but here it's light, which means onMount() isn't getting called - the login button also seemed to break
6 replies
SSolidJS
Created by Revxrsal on 2/9/2024 in #support
weird behavior: a button declared in TSX with onClick does not have onClick in the final html?
the with-tailwindcss template may need updating haha
31 replies
SSolidJS
Created by Revxrsal on 2/9/2024 in #support
weird behavior: a button declared in TSX with onClick does not have onClick in the final html?
No description
31 replies
SSolidJS
Created by Revxrsal on 2/9/2024 in #support
weird behavior: a button declared in TSX with onClick does not have onClick in the final html?
wrapping it with MetaProvider seemed to fix it
31 replies
SSolidJS
Created by Revxrsal on 2/9/2024 in #support
weird behavior: a button declared in TSX with onClick does not have onClick in the final html?
yeah all buttons click now
31 replies
SSolidJS
Created by Revxrsal on 2/9/2024 in #support
weird behavior: a button declared in TSX with onClick does not have onClick in the final html?
when i added @solidjs/meta and wrapped it with MetaProvider everything worked
31 replies
SSolidJS
Created by Revxrsal on 2/9/2024 in #support
weird behavior: a button declared in TSX with onClick does not have onClick in the final html?
@lxsmnsyc 🤖 i wasn't able to reproduce it in the basic template. i noticed that its app.tsx file has a <MetaProvider> tag wrapping the (props) => () thing (in my code it was just a <>)
31 replies
SSolidJS
Created by Revxrsal on 2/9/2024 in #support
weird behavior: a button declared in TSX with onClick does not have onClick in the final html?
yeah certainly
31 replies
SSolidJS
Created by Revxrsal on 2/9/2024 in #support
weird behavior: a button declared in TSX with onClick does not have onClick in the final html?
i added the favicons to the entry-server.tsx file but that's it
31 replies
SSolidJS
Created by Revxrsal on 2/9/2024 in #support
weird behavior: a button declared in TSX with onClick does not have onClick in the final html?
it was created with the "with-tailwindcss" in the CLI
31 replies
SSolidJS
Created by Revxrsal on 2/9/2024 in #support
weird behavior: a button declared in TSX with onClick does not have onClick in the final html?
the code above is in the app.tsx file
31 replies
SSolidJS
Created by Revxrsal on 2/9/2024 in #support
weird behavior: a button declared in TSX with onClick does not have onClick in the final html?
nope (except in the README)
31 replies
SSolidJS
Created by Revxrsal on 2/9/2024 in #support
weird behavior: a button declared in TSX with onClick does not have onClick in the final html?
oh okay. it's just the one bootstrapped by pnpm create solid
31 replies
SSolidJS
Created by Revxrsal on 2/9/2024 in #support
weird behavior: a button declared in TSX with onClick does not have onClick in the final html?
ahhh i see. what should i do though? make it a separate component then 'use client'?
31 replies
SSolidJS
Created by Revxrsal on 2/9/2024 in #support
weird behavior: a button declared in TSX with onClick does not have onClick in the final html?
there's that:
Uncaught (in promise) Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received
Uncaught (in promise) Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received
31 replies
SSolidJS
Created by Revxrsal on 2/9/2024 in #support
weird behavior: a button declared in TSX with onClick does not have onClick in the final html?
no errors either
31 replies