Milica
WWasp-lang
•Created by NEROX on 10/22/2024 in #đŸ™‹questions
Redirect WWW to not-WWW version
But SEO benefits are also there, though I don't know if they are that big in this case.
51 replies
WWasp-lang
•Created by NEROX on 10/22/2024 in #đŸ™‹questions
Redirect WWW to not-WWW version
Oh that was done for the sake of making information more available and bots more traineable. đŸ˜„
51 replies
WWasp-lang
•Created by Wix on 10/15/2024 in #đŸ™‹questions
Won't show up on google
SEO is a long-term process and it can take weeks or even months to see significant results.
Unfortunately this is true.
Your console says that the validation has started, but it will take some time for Google to process things. There are no fast solutions when it comes to SEO on that scale.
16 replies
WWasp-lang
•Created by fustuk. on 9/26/2024 in #đŸ™‹questions
Custom session token
I'm not a lad :laughboi: But I'm sure others will jump in asap. :be:
22 replies
WWasp-lang
•Created by Sven on 9/10/2024 in #đŸ™‹questions
When trying to perform a database action i get network error. Also when trying to register
@Sven Please keep in mind that we're a small team, and we will answer you as soon as we can.
Overusing pinging the whole team isn't going to help you.
20 replies
WWasp-lang
•Created by Sven on 9/6/2024 in #đŸ™‹questions
Question about client and server side data handling
For separate questions it's better to start a new thread so Kappa can chime in.
Is this something you'd find useful - https://discord.com/channels/686873244791210014/1223328118278983680
30 replies
WWasp-lang
•Created by iRazvan2745 on 9/6/2024 in #đŸ™‹questions
how can i set the redirection ip to something other than localhost, im running the test version on a
The SaaS template utilizes Wasp under the hood, so yes đŸ™‚
10 replies
WWasp-lang
•Created by Ron on 8/25/2024 in #đŸ™‹questions
Can't set client environment when deploying to Fly.io
Hey Ron, our team doesn't work on Sunday, but rest assured that as soon as our engineers are back online, you'll hear back from them đŸ™‚
12 replies
WWasp-lang
•Created by Petar Vukovic on 8/15/2024 in #đŸ™‹questions
Genrative AI
Hey Petar đŸ™‚
We do have an issue dedicated to supporting Python - https://github.com/wasp-lang/wasp/issues/1940
TLDR of it:
One way is to run a Python server as a (micro)service, on your own, and then call its API from Wasp's JS/TS code. But you have to spin and manage that service on your own.
Or, you could just have Python code available on the server where you are running Wasp server code, and then call it as a process (e.g. via exec) from your Wasp JS/TS code. There is no need to maintain a Python server then, but you are also limited to calling it each time as a new process.
Also, in both of these cases, you can't easily reuse our Prisma/DB logic, and many other features.
8 replies