Cannot View Some Tables or Input Data in some fields

Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?

Self-hosted

If you are self-hosting, what version of Baserow are you running?

baserow/baserow:2.1.0

If you are self-hosting, which installation method do you use to run Baserow?

Docker version 29.2.1, build a5c7197

What are the exact steps to reproduce this issue?

  1. Start Baserow using Docker.
  2. Clicked on a table. The view is gone.
  3. I cannot enter data into some fields.

Attach screenshots, videos, or logs that demonstrate the issue.


Hi @Kimmy,

you should probably see some error in the logs, can you look for it and post it here?

Also, your steps to reproduce are probably missing some steps :slight_smile: How did you create the table and view, and what did you do with the instance before seeing this error?

The table and view was created months before I had this issue. That was why I didn’t add it as a step. I forgot to state is my steps that I updated Baserow to 2.1.0

Here is a copy of my log: [BACKEND][2026-02-23 16:50:37] File "/baserow/backend/src/baserow/api/decorat - Pastebin.com

Hi @Kimmy,

Do you know what version of PostgreSQL you are running?

Also, if you are able to, would you mind sharing the output of this SQL statement?

SELECT * FROM pg_timezone_names WHERE name = 'US/Eastern';

Judging by the error message, your PostgreSQL is missing some timezone data.

Cheers,

Peter Evans

How do I tell which version of PostgreSQL I am running? I am using the Docker install version that comes with it already installed. And how Do I share the SQL statement?

Is there any new update for my issue?

Good morning @Kimmy, my apologies for the delay in getting back to you.

No problem with skipping the SQL query, it was just an extra insight if you had the ability to execute it.

Looking at your error log, it definitely looks like the timezone issue is coming from your database. Did you by chance install the image differently at all? Or maybe make any changes to PostgreSQL?

I’m imagining you haven’t, but it’s worth checking! I’m a little stumped, to be honest. It’s a strange one. I may have to loop in some other developers…

Cheers,

Peter Evans

Hello! I didn’t install the image differently or made chances to PostgreSQL. The only change I made was going from 2.0.6 to 2.1.0 a few days ago. I can’t think of anything else

Hi @Kimmy,

Thanks so much for your patience. We’ve identified the cause, and we’ll be releasing a patch later on today to resolve it.

Cheers,

Peter Evans

Hi @picklepete I updated to 2.1.3 but Baserow keeps restarting.

@picklepete is there any update for my issue? I tried updating to 2.1.4 but I am still running into issues.

Hi @Kimmy , my apologies for the delay in getting back to you.

The issue was merged and released in v2.1.3, we were able to successfully use US/Eastern in that fix.

Judging by the latest error message, you’re facing a different problem. Specifically this:

 [REDIS][2026-02-28 02:42:32] <jemalloc>: Unsupported system page size  
 [REDIS][2026-02-28 02:42:32] <jemalloc>: Unsupported system page size  

Would you mind sharing what OS/architecture you’re deploying Baserow in? It looks like you have an unusual/non-standard memory page size. You can retrieve it with getconf PAGESIZE (if you’re on Linux).

Cheers,

Peter Evans

Hi @picklepete I ran the command and got this 16384

Thanks @Kimmy, can you share the OS/architecture too?

If you’re using an ARM-based system (e.g. newer Apple Silicon Macs / Linux servers), it looks like 16KB page sizes aren’t supported, only 4KB.

If you’re able to, you might have better luck:

  1. Using an exernal Redis service (and changing REDIS_URL to point to it) configured for your needs, or
  2. Swapping to an Alpine-based Redis image instead, or
  3. If you are on an ARM-based system, installing Baserow elsewhere.

Cheers,

Peter Evans

Hello, @picklepete the OS/architecture I’m using is 64-bit ARM. I will take your advice

@picklepete I tried exporting my data in Baserow and importing it to another platform, but I am getting an error “Could not connect to the API server”.