aquarazorda
aquarazorda
Explore posts from servers
CDCloudflare Developers
Created by aquarazorda on 11/28/2023 in #workers-help
Worker doesn't work remotely as it should
Seems like Netlify was the answer
6 replies
CDCloudflare Developers
Created by aquarazorda on 11/28/2023 in #workers-help
Worker doesn't work remotely as it should
So it's not like something is blocking me
6 replies
CDCloudflare Developers
Created by aquarazorda on 11/28/2023 in #workers-help
Worker doesn't work remotely as it should
@Erisa | Support Engineer it's the html response from the server, which I'm sending request to. I would've gotten same html, if I've sent same request without cookies or invalid cookies from local.
6 replies
SSolidJS
Created by aquarazorda on 11/19/2023 in #support
Can't build SolidStart after updating packages
hmm, I've tried it yesterday, but didn't really check the error message. Turns out, vite 5 was pointing to the wrong direction. With vite 4, I got the correct error message and was able to fix it. Thanks
4 replies
DTDrizzle Team
Created by aquarazorda on 8/25/2023 in #help
Why it's not possible to use `where` here?
Gotcha, so I have to use it other way around and there’s no way to persist the data, like in sequelize was. Thanks a lot! @aveatrex
7 replies
DTDrizzle Team
Created by aquarazorda on 8/25/2023 in #help
Why it's not possible to use `where` here?
Thanks for the reply. In sequelize, I’m filtering results like that. So, account has vendorId and I need to filter out data with it. What would be the way to achieve this with drizzle? I can’t change db structure.
7 replies
SSolidJS
Created by aquarazorda on 7/13/2023 in #support
Search params reactivity in route's data loader function
thanks a lot
13 replies
SSolidJS
Created by aquarazorda on 7/13/2023 in #support
Search params reactivity in route's data loader function
heh, destructuring works, I was certain that I would lose reactivity, but seems like this is not the case
13 replies
SSolidJS
Created by aquarazorda on 7/13/2023 in #support
Search params reactivity in route's data loader function
13 replies
SSolidJS
Created by aquarazorda on 7/13/2023 in #support
Search params reactivity in route's data loader function
@apollo79 seems like that's the case, but the problem is that, that search object can get quite big, there's no way to make it reactive somehow? I will have many properties there, basically I'm using it as a filter for some data.
13 replies
SSolidJS
Created by aquarazorda on 7/13/2023 in #support
Search params reactivity in route's data loader function
Thanks for the replies guys, @carlonyte search is not an accessor, so it's not callable
13 replies
SSolidJS
Created by aquarazorda on 7/13/2023 in #support
Search params reactivity in route's data loader function
I'm using useRoutes from @solidjs/router
13 replies
SSolidJS
Created by Razboy20 on 1/13/2023 in #support
Vercel + Prisma
Thank you for your time and response guys. I've found the solution in examples - https://github.com/solidjs/solid-start/blob/main/examples/with-prisma/vite.config.ts I had to add ssr: { external: ["@prisma/client"] } in my vite.config.ts
90 replies
SSolidJS
Created by Razboy20 on 1/13/2023 in #support
Vercel + Prisma
90 replies
SSolidJS
Created by Razboy20 on 1/13/2023 in #support
Vercel + Prisma
but I'm not using create-jd-app, just in case
90 replies
SSolidJS
Created by Razboy20 on 1/13/2023 in #support
Vercel + Prisma
both are on 0.2.26
90 replies
SSolidJS
Created by Razboy20 on 1/13/2023 in #support
Vercel + Prisma
I'm using latest version, do I need to add something to vercel adapter or something like that?
90 replies
SSolidJS
Created by Razboy20 on 1/13/2023 in #support
Vercel + Prisma
90 replies