Estelle
WWasp-lang
•Created by Estelle on 10/29/2024 in #🙋questions
Number of connection per pool
thanks
6 replies
WWasp-lang
•Created by Estelle on 6/20/2024 in #🙋questions
Is it possible to use prisma clientExtensions?
@miho ok so for the moment I'll find another way thank you
13 replies
WWasp-lang
•Created by Estelle on 6/20/2024 in #🙋questions
Is it possible to use prisma clientExtensions?
So I can't use it myself for the moment?
13 replies
WWasp-lang
•Created by Estelle on 6/20/2024 in #🙋questions
Using action in backend
No, I'm server side, I'm in the stripe webhook
But ok so that's not me, thanks for your reply 🙏
11 replies
WWasp-lang
•Created by Estelle on 6/20/2024 in #🙋questions
Using action in backend
Yes this is working, so we can't use the import 'wasp/server/operations' ?
11 replies
WWasp-lang
•Created by Estelle on 6/20/2024 in #🙋questions
Using action in backend
As soon as I import my action in a backend, it crash.
useAuth.ts:20
GET http://localhost:3001/auth/me net::ERR_CONNECTION_REFUSED
Plus, I don't have any safe typsecript:
I have this error:
11 replies
WWasp-lang
•Created by Estelle on 6/11/2024 in #🙋questions
Add extension postgis
Just here:
https://wasp-lang.dev/docs/data-model/backends#postgresql-extensions
Add some sentences to explain + this example:
https://github.com/wasp-lang/ask-the-documents
22 replies
WWasp-lang
•Created by Estelle on 6/11/2024 in #🙋questions
Add extension postgis
Sorry @martinsos just saw that
Maybe you can add the repo @miho send me in the doc where you show that we can add extension to the base, and explain that locally we have to use a custom db with an example 🙂
22 replies
WWasp-lang
•Created by Estelle on 6/11/2024 in #🙋questions
Add extension postgis
thank you it worked!!!
22 replies
WWasp-lang
•Created by Estelle on 6/11/2024 in #🙋questions
Add extension postgis
thank you very much I wil do that 🙏
22 replies
WWasp-lang
•Created by Estelle on 6/11/2024 in #🙋questions
Add extension postgis
If you can get PostGIS and running I would be so grateful 🙏
22 replies
WWasp-lang
•Created by Estelle on 6/11/2024 in #🙋questions
Add extension postgis
I'm still fighting with PostGIS to make it work, but if you can do it before please
And it would be nice to add those steps in the doc, I thought I just had to add it in the extension in main.wasp...
22 replies
WWasp-lang
•Created by Estelle on 6/11/2024 in #🙋questions
Add extension postgis
I succeeded to use the database locally when I delete the .wasp folder before (idk what it keeps but it would be nice that when we fill the env it knows it)
22 replies
WWasp-lang
•Created by Estelle on 6/11/2024 in #🙋questions
Add extension postgis
What am I missing?
22 replies
WWasp-lang
•Created by Estelle on 6/11/2024 in #🙋questions
Add extension postgis
I tested your repo: it works.
I tested my db on your repo: it works.
I tested my db on my repo: it doesn't want to run the db-migrate without having me run "wasp db start" eventhough I have my env filled.
What did you do in your repo so wasp uses you custom db when running 'wasp db migrate-dev' ?
22 replies
WWasp-lang
•Created by Estelle on 6/11/2024 in #🙋questions
Add extension postgis
From my previous msg:
"
So I tried something else :
I buit my docker image with postgres16 + the script that I want to use locally so the database and the shadow database will have the script.
I add to my env :
DATABASE_URL=postgresql://postgres:mysecretpassword@localhost:5432/postgres
But impossible to use my built database as "local" :
"
How do you use your custom database locally with Wasp?
22 replies
WWasp-lang
•Created by Estelle on 6/11/2024 in #🙋questions
Add extension postgis
So I see that you use your custom db in your env:
But how did you do it? I have an error message from wasp, I can't do any migration on top of it
22 replies
WWasp-lang
•Created by Estelle on 6/11/2024 in #🙋questions
Add extension postgis
@miho @Vinny (@Wasp)
I saw in the documentation that you used the PostGIS extension : https://wasp-lang.dev/docs/data-model/backends#postgresql-extensions
What did I miss?
22 replies
WWasp-lang
•Created by Estelle on 5/18/2024 in #🙋questions
Custom authRequired = true
ok so I'm gonna add custom Layout that I'll add to all the concerned pages thanks
10 replies
WWasp-lang
•Created by Estelle on 5/16/2024 in #🙋questions
Bug wasp db studio
It seems to work, I don't have the problem anymore, thank you very much
30 replies