Zetax
Zetax
Explore posts from servers
BABetter Auth
Created by Zetax on 4/2/2025 in #help
AuthClient not respecting baseURL
I restarted everything and it works fine, must have been a disk issue or something
15 replies
BABetter Auth
Created by Zetax on 4/2/2025 in #help
AuthClient not respecting baseURL
No description
15 replies
BABetter Auth
Created by Zetax on 4/2/2025 in #help
AuthClient not respecting baseURL
Thank you
15 replies
BABetter Auth
Created by Zetax on 4/2/2025 in #help
AuthClient not respecting baseURL
Oh shit i'm stupid, I did not even notice that. I forgot that it wouldn't give any type errors for things that are not supposed to be there 🤦‍♂️
15 replies
BABetter Auth
Created by Zetax on 4/2/2025 in #help
AuthClient not respecting baseURL
I tried it without the fetch client earlier, just thought that might be a workaround that could work as well
15 replies
BABetter Auth
Created by Zetax on 4/2/2025 in #help
AuthClient not respecting baseURL
Am I doing it wrong in the image? Not sure where else I would pass it
15 replies
BABetter Auth
Created by Zetax on 4/2/2025 in #help
AuthClient not respecting baseURL
No description
15 replies
BABetter Auth
Created by Zetax on 4/2/2025 in #help
AuthClient not respecting baseURL
No description
15 replies
BABetter Auth
Created by Zetax on 3/31/2025 in #help
Query tables created by better auth with kysely
Well, there isn't really any way to query the better-auth schemas as far as I know of, so I would say that it is in fact related to better auth. I just created the types manually for now, but that isn't really optimal imo
4 replies
CDCloudflare Developers
Created by as on 3/7/2025 in #workers-help
Advice on how to use hyperdrive externally
they're outbound, from the worker, to something else
21 replies
CDCloudflare Developers
Created by as on 3/7/2025 in #workers-help
Advice on how to use hyperdrive externally
Workers can use tcp for example for postgres connections but you can't send tcp packets to them directly
21 replies
CDCloudflare Developers
Created by as on 3/7/2025 in #workers-help
Advice on how to use hyperdrive externally
Maybe im not understanding what youre getting at
21 replies
CDCloudflare Developers
Created by as on 3/7/2025 in #workers-help
Advice on how to use hyperdrive externally
Well I dont think you can connect via raw tcp to a worker at all
21 replies
CDCloudflare Developers
Created by as on 3/7/2025 in #workers-help
Advice on how to use hyperdrive externally
What was that again?
21 replies
CDCloudflare Developers
Created by as on 3/7/2025 in #workers-help
Advice on how to use hyperdrive externally
Well iirc workers arent long lived so you'd have to reconnect every 30s (I might be wrong here) but maybe you could try sending the raw sql statements via https to the worker and then using the response as the result?
21 replies
CDCloudflare Developers
Created by as on 3/7/2025 in #workers-help
Advice on how to use hyperdrive externally
I'd love it too if cloudflare offered something like that
21 replies
CDCloudflare Developers
Created by as on 3/7/2025 in #workers-help
Advice on how to use hyperdrive externally
I don't think this is possible. You could try exposing the connectionString of the current request via the Bindings, but I don't think that will work
21 replies