Sr Izan
Explore posts from serversCDCloudflare Developers
•Created by Sr Izan on 4/3/2024 in #general-help
only "t" on response - AI Rest API
hey! I'm currently getting the following response on the second message to the AI:
REST API response:
{ result: { response: 't' }, success: true, errors: [], messages: [] }
API query:
2 replies
running a coturn server
hey, might it be possible to run a coturn server? that way we could have a full-fledged matrix server!
it needs a few port ranges and 2 single ports.
https://github.com/coturn/coturn
7 replies
DTDrizzle Team
•Created by Sr Izan on 1/19/2024 in #help
Stuck loading
Hey, I'm having this issue where the website is stuck loading.
using next.js
initialized the schema like this:
export default drizzle(new Client(process.env.DATABASE_URL!), { schema })
and just queried it from server side:
1 replies
TTCTheo's Typesafe Cult
•Created by Sr Izan on 1/13/2024 in #questions
how do I rate limit on nextjs api routes on app router?
hey, currently using Route Handlers and I'm stuck on adding a rate limiter to my routes. How can I do so?
7 replies