Server Error When Using Baserow Service
rthidden
PROOP

2 months ago

Hello, I was using my Baserow Project and after trying to make a change (create a row) I got a server error. I had been using it for several minutes or longer and then it crashed.

This is the error message I get:

```
Server error

An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details.
```

I attached the Deploy Log.

Project ID: 933a63c5-e3fa-4c34-b7b4-659efcbdef70
Service ID: b33f1a7f-f981-4ab8-8083-1399214aaa3f
Environment ID: c3577596-4c0f-4222-b93f-ffc0862ea581
Environment: Production
Template: https://railway.com/deploy/jbG8JG
App URL: realtyflow-baserow.up.railway.app

I tried restarting all the services in the project, Baserow, Postgre, and Redis. And I redeployed the Baserow service: Still getting the server error.

I checked my n8n project and a project for a directory site and they both work:

n8n: https://primary-production-fe07.up.railway.app/
App Directory: https://bestappdirectory.com/

Thanks

Attachments

Solved

2 Replies

echohack
EMPLOYEE

2 months ago

 [CELERY_WORKER][2025-12-09 23:03:53] [2025-12-09 23:03:53,709: ERROR/MainProcess] consumer: Cannot connect to redis://default:**@redis.railway.internal:6379//: Timeout connecting to server. (B 

Looks like your workers cannot connect to your Redis service. Looking at your Redis, it appears that the container exited for some reason.

I'd check to make sure that your Redis is available first. Once you've fixed that, your workers should be able to connect.


Status changed to Awaiting User Response Railway 2 months ago


rthidden
PROOP

2 months ago

That was it. Thank you!


Status changed to Awaiting Railway Response Railway 2 months ago


Status changed to Solved rthidden 2 months ago


Loading...