Skip to content

Missing Columns After Token Renewal in No Code Database Table #1188

@gregory-vorbe

Description

@gregory-vorbe

🐞 Bug Report: Missing Columns After Token Renewal in No Code Database Table

Version: 2.1.11-beta5
Browser: N/A
Environment: Test

🔍 Current Behavior

Column retrieval from a Baserow table frequently fails after the authentication token has expired and is renewed.
The API call to _api_database_fields_table__table_id___GET returns the error:

ERROR_USER_NOT_IN_GROUP

Image

As a result:

  • The list of fields is empty.
  • The UI does not display any columns for selection.
Image

This issue disrupts workflows that rely on dynamic field access and prevents users from interacting with the table structure.

If you "CONFIRM" this empty Table then go back to "CONFIGURE", the fields list is present but none is checked:

Image

You can check the desired columns and "CONFIRM". The Grid is properly set then.

✅ Expected Behavior

  • After token renewal, the API should correctly return the list of fields for the table.
  • The UI should display all available columns, assuming the user has valid access rights.

Metadata

Metadata

Labels

bugSomething isn't workinghelp wantedExtra attention is needed

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions