How to call route handler in dynamic folder - 404... #58964
Unanswered
clementbouakilohmydev
asked this question in
App Router
Replies: 2 comments 6 replies
-
Could you share the code that makes the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello @icyJoseph , and this is my form component in |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a problem calling my function in my dynamic folder
In
app/[lang]/contact
i have a form component where i call my functionapi/contact/route.ts
but i have thisI tried the call this function in my
app/page.tsx
and it's worked, i think so the problem is the folder[lang]
but even if i try to create folder[lang]
in api folder like thisapi/[lang]/contact/route.ts
, i have the same error...Thank for your help
Beta Was this translation helpful? Give feedback.
All reactions