Konrad
Explore posts from serversCDCloudflare Developers
•Created by Konrad on 4/23/2025 in #general-help
Cloudflare D1 inserting data outside of workers
i have over 50000 listings that i monitor with a scraper and need to update them accordingly in my own db
12 replies
CDCloudflare Developers
•Created by Konrad on 4/23/2025 in #general-help
Cloudflare D1 inserting data outside of workers
yeah... so in my case worker proxy is the only way
12 replies
CDCloudflare Developers
•Created by Konrad on 4/23/2025 in #general-help
Cloudflare D1 inserting data outside of workers
but will it work if there are 50000 potential daily requests
12 replies
CDCloudflare Developers
•Created by Konrad on 4/23/2025 in #general-help
Cloudflare D1 inserting data outside of workers
performance might be bad though? if I query it from EU and it's in US for example
12 replies
CDCloudflare Developers
•Created by Konrad on 4/23/2025 in #general-help
Cloudflare D1 inserting data outside of workers
So worker proxy is the only way? It's a bit over-engineered :(. I was hoping for quick data insertion. Maybe I will take a look at turso/neon with hyperdrive
12 replies
CDCloudflare Developers
•Created by Konrad on 4/23/2025 in #general-help
Cloudflare D1 inserting data outside of workers
It's not just inserting data but interacting with DB in general. I want to query and modify some rows as well.
12 replies
KKinde
•Created by Konrad on 7/25/2024 in #💻┃support
Redirect to register instead of login?
it would be good if the middleware supported
lang
param out of the box47 replies
KKinde
•Created by Konrad on 7/25/2024 in #💻┃support
Redirect to register instead of login?
I ran the middleware code through claude to convert it to typescript 😎
47 replies
KKinde
•Created by Konrad on 7/25/2024 in #💻┃support
Redirect to register instead of login?
ngl it took me a good 40-60mins
47 replies
KKinde
•Created by Konrad on 7/25/2024 in #💻┃support
Redirect to register instead of login?
I override
loginPage
for /checkout
to point to register endpoint47 replies
KKinde
•Created by Konrad on 7/25/2024 in #💻┃support
Redirect to register instead of login?
what I did :
loginPage: pathWithoutLang === '/checkout' ? '/api/auth/register' : '/api/auth/login'
47 replies
KKinde
•Created by Konrad on 7/25/2024 in #💻┃support
Redirect to register instead of login?
I also created a custom middleware that supports my i18n lib
47 replies
KKinde
•Created by Konrad on 7/25/2024 in #💻┃support
Redirect to register instead of login?
I solved it 😫
47 replies
KKinde
•Created by Konrad on 7/25/2024 in #💻┃support
Redirect to register instead of login?
But imo it’s common use case for better onboarding UX
47 replies