Luka
Luka
SSolidJS
Created by Luka on 6/17/2024 in #support
Sevoral
Thanks a lot, the websites you have linked to your profile are dope.
9 replies
SSolidJS
Created by Luka on 6/17/2024 in #support
Sevoral
I will ask you another question about cache function, I do understand keys and revalidating but I want to know when I revalidate the cache key does it only run function on server? or does it fetch from client as well?
9 replies
SSolidJS
Created by Luka on 6/17/2024 in #support
Sevoral
I fix seroval errors easily but I just used JSON.stringify on server and then parsed it on the client. but I wanted to know more about it. I really typed Sevoral LoL. Thanks @Brendonovich, I am working with mongodb so it might be giving me error because of ObjectId's and other types.
9 replies
SSolidJS
Created by Luka on 6/15/2024 in #support
Busboy "missing content-type" error
@peerreynders Hey thanks for help I updated npm cleared caches and it works.
4 replies
SSolidJS
Created by Luka on 6/15/2024 in #support
Busboy "missing content-type" error
It works I do get the headers as object but busboy has this type of check which should be pass it without error but it still throws the error module.exports = (cfg) => { if (typeof cfg !== 'object' cfg === null) cfg = {}; if (typeof cfg.headers !== 'object' cfg.headers === null || typeof cfg.headers['content-type'] !== 'string') { throw new Error('Missing Content-Type'); } return getInstance(cfg); };
4 replies
SSolidJS
Created by Luka on 6/7/2024 in #support
How does serializing work
It works thanks
3 replies
SSolidJS
Created by Luka on 6/4/2024 in #support
FileRoutes layout
Thanks @REEEEE
16 replies
SSolidJS
Created by Luka on 6/4/2024 in #support
FileRoutes layout
I just wrapped the notification component code into the Account component and it works but I don't really know if this is recommended, as long as it works lol.
16 replies
SSolidJS
Created by Luka on 6/4/2024 in #support
FileRoutes layout
or documentation about it
16 replies
SSolidJS
Created by Luka on 6/4/2024 in #support
FileRoutes layout
I can't make it work do you have an example?
16 replies
SSolidJS
Created by Luka on 6/4/2024 in #support
FileRoutes layout
OK could You look at the file structure I might have problems there
16 replies
SSolidJS
Created by Luka on 6/4/2024 in #support
FileRoutes layout
Is there any component that I should import from solid like <Outlet> that react-router-dom has?
16 replies
SSolidJS
Created by Luka on 6/4/2024 in #support
FileRoutes layout
Its the same
16 replies
SSolidJS
Created by Luka on 6/4/2024 in #support
FileRoutes layout
When user navigates to notifications I want them to see a sidebar meaning Account component and as a props.children I want to have Notifications component
16 replies