Milica
Milica
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