Replies: 1 comment
-
I don't know if vercel supports multiple deployments from a mono repo. I have a working example for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there
I've been trying to get Python working on my NextJs app with Turborepo on Vercel but I can't seem to get it to work and keep coming up with this error.
![Screenshot 2023-08-21 at 3 25 28 pm](https://private-user-images.githubusercontent.com/7765692/261925721-ffe419fd-b00a-4586-bd97-b4535b2bf2b4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMzA2MDYsIm5iZiI6MTczOTAzMDMwNiwicGF0aCI6Ii83NzY1NjkyLzI2MTkyNTcyMS1mZmU0MTlmZC1iMDBhLTQ1ODYtYmQ5Ny1iNDUzNWIyYmYyYjQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDhUMTU1ODI2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NzdhMTg2NGUwNmMyNDkwMjI5YjM2ZTM0ZDA5NmJiYjMxZDc3YTBmMzA4OWZjYWMxMGQ3N2U1NDIwNDg0MGNkMSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.jrlRGj2WSM-fJXVy7XADZDWeEezu5mTtFCsDMzS2HsE)
I'm wondering if you had some suggestions on:
I have a apps/api/src/api folder for everything Typescript, and have added a apps/api/api folder for everything Python as suggested for Vercel but not sure if you can mix both together?
Beta Was this translation helpful? Give feedback.
All reactions