Indy I m using nextjs are there any
@Indy I'm using nextjs, are there any other sources that also work?
4 Replies
Hey @SkylerX, the webhook part should not be different between Next and Vite.
hey man, yeah I guess but when using ngrok to expose my port 3000 to the internet the webhook interaction / signature fails for some reason. Also is there a way to access convex throught the app router (server side) instead of using client components and sstuff??
You shouldn't need ngrok for webhooks implemented in Convex, since Convex is already running on a public URL.
To access Convex from app router you can use the HTTP Client: https://docs.convex.dev/client/javascript#http-client
JavaScript | Convex Developer Hub
Convex applications can be accessed from Node.js or any JavaScript runtime that
Some of the things in the docs helped me set it up thanks