Any prompt gives me: There was an error processing your request: An error occurred

You’re running out of system memory because you only have 4gb of RAM looking at the logs. And the system likely uses nearly all of it, so you don’t have overhead to run Bolt.diy development server (Remix + Vite).

"memory": "4 GB (Used: 136.63 MB)",
[WARNING] 2024-12-27T23:39:18.624Z - Resource usage threshold approaching
Details: {
  "memoryUsage": "75%",
  "cpuLoad": "60%"
}

So I’d suggest trying my deployment steps for publishing to Cloudflare Pages which will run an optimized/compiled version in the cloud and not use your system resources.