SkylerX
SkylerX2y ago

Indy I m using nextjs are there any

@Indy I'm using nextjs, are there any other sources that also work?
4 Replies
Michal Srb
Michal Srb2y ago
Hey @SkylerX, the webhook part should not be different between Next and Vite.
SkylerX
SkylerXOP2y ago
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??
Michal Srb
Michal Srb2y ago
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
SkylerX
SkylerXOP2y ago
Some of the things in the docs helped me set it up thanks

Did you find this page helpful?