I am encountering an issue with Teable after updating my Docker deployment.
Following a container update, the “Auto-number” field type has stopped displaying its values in the Teable web interface. Upon inspecting the underlying PostgreSQL database, I confirmed that the values are being generated and stored correctly; however, they are failing to render in the front-end application.
Hi @Cristian ,
Thanks for the details. To help us narrow this down, could you share a bit more information?
- Your current Teable deployment version after the Docker update.
- Whether this happens in all bases/tables or only a specific table.
- Whether newly created records also fail to display the Auto-number value, or only existing records.
- Any screenshots, screen recordings, or browser console errors you can provide.
Could you also try creating a new Auto-number field in the same table as a quick test?
For example:
- Add a temporary field named “Test Auto Number”
- Set its field type to Auto-number
- Create a few new records
- Check whether the generated values are displayed in the web interface
This will help us confirm whether the issue affects all Auto-number fields after the update, or only fields created before the update.
Here are the table version details and a video showing the issue where the auto-number fails to generate automatically when adding a new record.
teable-community@sha256:b14f386a22849d61706ef12fb2d2b3d055948da9f662142b76c0db81c8546b7a
version: 2026-04-14T03:36:30.952733855Z
video: https://youtu.be/08HhxN92Ca8
Hi @Cristian ,
Thanks for the details and the video.
Could you please pull the latest image and try again? This may already have been fixed in a newer build.