8 months ago
Message:
I’m encountering a 500 Internal Server Error when sending a POST request to /api/chat
in my deployed project on Railway. Here are the details:
Request ID:
bzXYkV3yTNirRZreTXQhwQ_274150231
Timestamp:
2024-10-30 16:19:26
HTTP Status: 500
Path:
/api/chat
I’ve checked my environment variables (including OPENAI_API_KEY
), and they seem correctly set in the Railway dashboard. Any advice on troubleshooting this error would be greatly appreciated!
FYI: I am hosting a forked bolt.new opensource from here:
https://github.com/coleam00/bolt.new-any-llm
1 Replies
8 months ago
Per your HTTP Logs with a filter of @requestId:bzXYkV3yTNirRZreTXQhwQ_274150231
(you can view this yourself)
The responseDetails
field is empty, meaning we did not set this 500 status code, your application did, and if we didn't set it, then we have no way of knowing why your application set it.
You would need to debug this yourself, start by looking in the deploy logs for any errors.