Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,20 @@ e.g., <br>
- java -jar target/sample.jar
- node app.js
- php -S 0.0.0.0:8000 index.php


## Troubleshooting Go build issues

If you encounter errors similar to:

```bash
package meal-planner-backend/prisma/db is not found
```
Comment thread
coderabbitai[bot] marked this conversation as resolved.

ensure that:

- all generated Prisma client files are committed to the repository
- the correct Go module path is configured
- generated directories are included before deployment

This issue can occur during Buildpack-based deployments in Choreo when generated Prisma files are excluded from the Git repository.