You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
hey! first of all, thank you for creating such an amazing tool. I was able to map our express apps without issues.
I'm facing some difficulties to start recording a Nextjs app. Nextjs apps have a /api/ route where the so called backend for frontend works..
the other routes are for the pages to render. Is there any special workaround to get the API interactions recorded?
I'm was not able to find any docs or references to this, but I saw some posts here in Issues mentioning recording with Nextjs
I'd really appreciate if someone can point me in the right direction.
I've tried to initialize the recording in the ways that work with my next apps, but no luck:
for example
➜ repo git:(master) ✗ npx appmap-agent-js --recorder=process -- npm run dev
➜ repo git:(master) ✗ npx appmap-agent-js --command="npm run dev" --recorder=process
when I attempt to record:
thanks!!
A
The text was updated successfully, but these errors were encountered:
hey! first of all, thank you for creating such an amazing tool. I was able to map our express apps without issues.
I'm facing some difficulties to start recording a Nextjs app. Nextjs apps have a /api/ route where the so called backend for frontend works..
the other routes are for the pages to render. Is there any special workaround to get the API interactions recorded?
I'm was not able to find any docs or references to this, but I saw some posts here in Issues mentioning recording with Nextjs
I'd really appreciate if someone can point me in the right direction.
I've tried to initialize the recording in the ways that work with my next apps, but no luck:
for example
➜ repo git:(master) ✗ npx appmap-agent-js --recorder=process -- npm run dev
➜ repo git:(master) ✗ npx appmap-agent-js --command="npm run dev" --recorder=process
when I attempt to record:
thanks!!
A
The text was updated successfully, but these errors were encountered: