NEROX
NEROX
WWasp-lang
Created by NEROX on 10/16/2024 in #đŸ™‹questions
Doing SEO with Wasp
No description
26 replies
WWasp-lang
Created by neogeofun on 10/14/2024 in #đŸ™‹questions
Thank You and Some Deployment Questions For All
As far as I know you can change the Nameservers to CloudFlare's and that's it (at least the last time I did it), it automatically detects and imports the DNS Records. After that you can enable or disable the feature you need through the Cloudflare panel. Edit: In my case I have the domain in Hostinger but deployed the app in Fly, later I will change the domain nameservers (I will replace Hostinger's with Cloudflare's) and I will work from there.
21 replies
WWasp-lang
Created by NEROX on 10/16/2024 in #đŸ™‹questions
Doing SEO with Wasp
No description
26 replies
WWasp-lang
Created by NEROX on 10/16/2024 in #đŸ™‹questions
Doing SEO with Wasp
Things are going great so far Martin!
26 replies
WWasp-lang
Created by NEROX on 10/16/2024 in #đŸ™‹questions
Doing SEO with Wasp
No description
26 replies
WWasp-lang
Created by NEROX on 10/16/2024 in #đŸ™‹questions
Doing SEO with Wasp
how does it know they are cralwers though?
As I see in the LiteSpeed Docs, with the Guest Mode User Agents:
"The user agents listed in this box will always be served a cacheable landing page via Guest Mode, for every visit as long as Guest Mode is enabled. Use this setting for page speed scoring bots and other automated visitors that don't require personalized content. We've prepopulated the setting with known bots, but you can add or remove user agents as you wish."
26 replies
WWasp-lang
Created by NEROX on 10/16/2024 in #đŸ™‹questions
Doing SEO with Wasp
No description
26 replies
WWasp-lang
Created by NEROX on 10/16/2024 in #đŸ™‹questions
Doing SEO with Wasp
@kapa.ai give me the reverse comand (to unistall this) npm install react-helmet-async
26 replies
WWasp-lang
Created by NEROX on 10/16/2024 in #đŸ™‹questions
Doing SEO with Wasp
@kapa.ai give me comands to install correctly https://github.com/staylor/react-helmet-async in my wsl ubuntu, I'm already with the console in the Wasp Root folder
26 replies
WWasp-lang
Created by NEROX on 10/16/2024 in #đŸ™‹questions
Doing SEO with Wasp
@kapa.ai this is a page.tsx: import { Helmet } from 'react-helmet'; return ( <div> <Helmet> <title>My Landing Page Title</title> <meta name="description" content="This is the meta description for the landing page" /> <meta property="og:title" content="My Landing Page Title" /> <meta property="og:description" content="This is the Open Graph description" /> <meta name="twitter:card" content="summary_large_image" /> </Helmet> /more code... Why doesn't this work? when I inspect the client I don't see this in the source code.
26 replies
WWasp-lang
Created by NEROX on 10/14/2024 in #đŸ™‹questions
Failing to deploy (Assign own domain)
So, as it appears here, everything must be green even though the DNS tab says that everything is OK.
95 replies
WWasp-lang
Created by NEROX on 10/14/2024 in #đŸ™‹questions
Failing to deploy (Assign own domain)
No description
95 replies
WWasp-lang
Created by NEROX on 10/14/2024 in #đŸ™‹questions
Failing to deploy (Assign own domain)
No description
95 replies
WWasp-lang
Created by Sven on 10/15/2024 in #đŸ™‹questions
how do I show the users email on my frontend.
No description
18 replies
WWasp-lang
Created by Sven on 10/15/2024 in #đŸ™‹questions
how do I show the users email on my frontend.
You can trigger Kapa mentioning it again and give him more code context
18 replies
WWasp-lang
Created by NEROX on 10/14/2024 in #đŸ™‹questions
Failing to deploy (Assign own domain)
No description
95 replies
WWasp-lang
Created by NEROX on 10/14/2024 in #đŸ™‹questions
Failing to deploy (Assign own domain)
I was about to reinstall my entire OS
95 replies
WWasp-lang
Created by NEROX on 10/14/2024 in #đŸ™‹questions
Failing to deploy (Assign own domain)
OK, Something is wrong with either the certificate or the domain, I just created a certificate for another parked domain and it works (just with the A & AAAA records + set WASP_WEB_CLIENT_URL): https://nazzaworld.com/
95 replies
WWasp-lang
Created by NEROX on 10/14/2024 in #đŸ™‹questions
Failing to deploy (Assign own domain)
I do not understand anything, I do not understand how yesterday I managed to get it to work well for a few moments (the problem seems to be with the certificate), what I have read on Fly is that it takes at most a few minutes, if not, there is some configuration error. I reverted to yesterday's commit to see if I had touched something I shouldn't have but I still can't do it.
95 replies
WWasp-lang
Created by Sven on 10/15/2024 in #đŸ™‹questions
how do I show the users email on my frontend.
If you are using the SaaS template you can check @src/user/AccountPage.tsx
18 replies