#2215·anytype-ts

Object views show objects of incorrect type

Author: levouhCreated May 11, 2026Updated Sep 5, 2026
Labelsbug

Have you read a contributing guide?

  • I have read CONTRIBUTING.md
  • I have searched the existing issues and didn't find any that were similar
  • I have considered creating a pull request with fixes instead of a bug report and want to proceed

Current Behavior

I have an object called Journals, and when navigating to the Type page for this object, the query (with zero filters) shows Task objects instead of Journal objects.

Image

If I try to Edit Type or Edit Template on this page, it properly edits the Journal type so I can confirm that this is the correct page for Journal objects.

Image

Removing all views still has the same result, and filtering for Object Type: Journal shows no results.

Image

If I create a Query and query for Object Type: Journal, I see all of my Journal objects.

Image

Expected Behavior

The Type page for any given object is able to show all objects of that type. In this case, my Journals page actually shows Journal objects.

Steps To Reproduce

I am not entirely sure how to tell you how to reproduce this issue. It seems like a bug within my workspace that I am not entirely sure how I would instruct anyone to reproduce.

Environment

markdown
- OS: Windows
- Version: 25H2

Anything else?

No response