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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMDIwMjcsIm5iZiI6MTczOTEwMTcyNywicGF0aCI6Ii83NzY1NjkyLzI2MTkyNTcyMS1mZmU0MTlmZC1iMDBhLTQ1ODYtYmQ5Ny1iNDUzNWIyYmYyYjQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDlUMTE0ODQ3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YTViYWVlMTg4NmJjMTI3YjhhNDU1MTY1NTNkMGQxOGEyYThkMGEwNDU4ZTc1Mjc4ZWQzODlhNTM3YjY0ZTQyNiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.dc9ld8-9qMa1nC6GPn_8ljy3iZizwgg3SUb4RjodTak)
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