denoland / deploy_feedback

For reporting issues with Deno Deploy
https://deno.com/deploy
74 stars 5 forks source link

[Bug]: Internal Server Error when automatically linking to repo #538

Closed NikoLandgraf closed 1 year ago

NikoLandgraf commented 1 year ago

Problem description

I have set my env variables and linked the project to my repository and specified the entry point to the file that serves the Deno / Oak Application. After downloading the modules I receive an "Internal Server Error" message in the UI, without an error description.

Screenshot 2023-11-06 at 09 52 52

Steps to reproduce

Expected behavior

Environment

Possible solution

No response

Additional context

My code runs fine locally and on DigitalOcean. A more specific error message would be helpful.

NikoLandgraf commented 1 year ago

it was an issue with the langchain@0.0.180 version. Downgrading helped. Still a better error message would help