besimking
besimking
Explore posts from servers
CDCloudflare Developers
Created by besimking on 1/18/2025 in #general-help
Qwik City API CSRF Issue
I have been trying to implement an api with using qwik city but method's other than get are returning this message: 403 CSRF check failed. Cross-site POST form submissions are forbidden. The request origin "null" does not match the server origin "https://qwik-oauth.pages.dev". What is the problem and how can I fix this?
1 replies
CCConvex Community
Created by besimking on 12/28/2024 in #support-community
Generic Query and Mutations
My issue is this: I repeat same or quite close things a lot eg.
import { useQuery } from 'convex/react';
import { api } from '../../../../convex/_generated/api';

export const useGetExamples = () => {
const data = useQuery(api.example.getExamples);
const isLoading = data === undefined;

return { data, isLoading };
};
import { useQuery } from 'convex/react';
import { api } from '../../../../convex/_generated/api';

export const useGetExamples = () => {
const data = useQuery(api.example.getExamples);
const isLoading = data === undefined;

return { data, isLoading };
};
8 replies
CCConvex Community
Created by besimking on 12/4/2024 in #support-community
Cron Jobs, Actions, Internal Mutation
I am trying to call gemini api from my backend and I want to record response to the db. After that I want to make a cron job to call this action. I also want world peace.
28 replies
CCConvex Community
Created by besimking on 11/27/2024 in #support-community
Lemon Squeezy
Does anyone know how to integrate Lemon Squeezy with Convex?
11 replies
CCConvex Community
Created by besimking on 11/22/2024 in #support-community
Contribution
I want to learn how to contribute to convex. Is there any way for onboarding? Can anyone help me?
7 replies
CCConvex Community
Created by besimking on 10/3/2024 in #support-community
Is convex api encrypted?
Is convex api encrypted? I mean are all of our http requests beeing sent encrypted to db?
4 replies