Daniel Sousa @TutoDS
Daniel Sousa @TutoDS
Explore posts from servers
SSolidJS
Created by Daniel Sousa @TutoDS on 11/24/2024 in #support
SEO not working when sharing
Anyone have an idea please?
15 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 11/24/2024 in #support
SEO not working when sharing
but same thing, nothing changes
15 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 11/24/2024 in #support
SEO not working when sharing
No description
15 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 11/24/2024 in #support
SEO not working when sharing
I need to solve this 😦
15 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 11/24/2024 in #support
SEO not working when sharing
Anyone can help me please?
15 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 11/24/2024 in #support
SEO not working when sharing
This that I have tryed: - disable pre-rendering; - add default meta tags on the app.tsx - problem: the title, description, ... doesn't update
15 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 11/24/2024 in #support
SEO not working when sharing
Any idea guys?
15 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 11/24/2024 in #support
SEO not working when sharing
So a few updates: - if I put the default SEO meta tags in the app.tsx the facebook sharing debugger detects the meta tags correctly - but with this approach, the page title don't change
15 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 11/24/2024 in #support
SEO not working when sharing
Nothing works
15 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 11/24/2024 in #support
SEO not working when sharing
Try two new things (one following a suggestion from @Atila): - receive a new prop defaultSeoSettings and remove the createAsync inside the page.tsx to fetch the default SEO settings; - add a Suspense around
15 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 12/4/2024 in #support
[error] Client-only API called on the server side. Run client-only code in onMount, or conditionally
thanks @Atila and @Birk Skyum
21 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 12/4/2024 in #support
[error] Client-only API called on the server side. Run client-only code in onMount, or conditionally
Now only need to figure out why my SEO isn't working
21 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 12/4/2024 in #support
[error] Client-only API called on the server side. Run client-only code in onMount, or conditionally
"overrides": {
"@solidjs/start": {
"vite": "^5.0.0"
}
}
"overrides": {
"@solidjs/start": {
"vite": "^5.0.0"
}
}
21 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 12/4/2024 in #support
[error] Client-only API called on the server side. Run client-only code in onMount, or conditionally
I need to do the override for vite in the package.json of the project and the same for the monorepo package.json
21 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 12/4/2024 in #support
[error] Client-only API called on the server side. Run client-only code in onMount, or conditionally
Solved, thanks @Atila
21 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 12/4/2024 in #support
[error] Client-only API called on the server side. Run client-only code in onMount, or conditionally
The strange part is if I run the build with PNPM locally works, but on vercel fails
21 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 12/4/2024 in #support
[error] Client-only API called on the server side. Run client-only code in onMount, or conditionally
I can't found what is causing this error 😦
21 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 12/4/2024 in #support
[error] Client-only API called on the server side. Run client-only code in onMount, or conditionally
and have the same error that when I try to deploy it
21 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 12/4/2024 in #support
[error] Client-only API called on the server side. Run client-only code in onMount, or conditionally
remove everything install with NPM
21 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 12/4/2024 in #support
[error] Client-only API called on the server side. Run client-only code in onMount, or conditionally
already did that
21 replies