Hi Netlify Community,
When I set up rewrites for a function that uses Express they don’t seem to work. However, when typing in the full endpoint for a function that uses express I am able to get it to work.
Below is a link to my repository on GitHub. In my client folder, you can see my redirects file with the rewrite rules I implemented. In my server folder you can see two functions I set up as examples. withexpress.js uses Express and withoutexpress.js uses the regular syntax.