Mansoor
Mansoor
CCConvex Community
Created by Mansoor on 3/2/2024 in #support-community
https 404 not found
ok, i got it, thank you
12 replies
CCConvex Community
Created by Mansoor on 3/2/2024 in #support-community
https 404 not found
code is in the "https.ts" file
12 replies
CCConvex Community
Created by Mansoor on 3/2/2024 in #support-community
https 404 not found
iam doing export const test = code
12 replies
CCConvex Community
Created by Mansoor on 3/2/2024 in #support-community
https 404 not found
fetch calling from client side
12 replies
CCConvex Community
Created by Mansoor on 3/2/2024 in #support-community
https 404 not found
const response = await fetch( https://${CONVEX_DEPLOYMENT_URL}.convex.site/test )
12 replies
CCConvex Community
Created by Mansoor on 3/2/2024 in #support-community
https 404 not found
import { httpRouter } from 'convex/server' import { httpAction } from './_generated/server' const http = httpRouter() export const test = http.route({ path: '/test', method: 'GET', handler: httpAction(async (ctx, request) => { try { const resll = await request.json() console.log(resll) // const data = await ctx.runMutation(internal.user.register, body) // console.log(data) return new Response(null, { status: 200, }) } catch (err) { console.error(err) return new Response('something went wrong', { status: 400, }) } }), }) added export and tested same problem
12 replies
CCConvex Community
Created by Mansoor on 2/28/2024 in #support-community
How to use clerk login using our database collection users
Thank you ! ill check lucia
9 replies
CCConvex Community
Created by Mansoor on 2/28/2024 in #support-community
How to use clerk login using our database collection users
what about lucia ?
9 replies
CCConvex Community
Created by Mansoor on 2/28/2024 in #support-community
How to use clerk login using our database collection users
I have fields like -> nickname, userFullName, phone, state, city, password, others-> i want to store this in user collection, on signup, and login wiith nickname and password -> how to do with clerk or any custom way , using nextjs and convex,
9 replies
CCConvex Community
Created by erquhart on 2/20/2024 in #support-community
Using a single backend for native/mobile and web
can we give me a example links or code, i'am very beginner. ?
5 replies
CCConvex Community
Created by erquhart on 2/20/2024 in #support-community
Using a single backend for native/mobile and web
i think we need use both place mutation web and mobile for same thing, do we need run convex server on both ?
5 replies