Status Not anchored

https://cerscan.com/mainnet/stream/kjzl6cwe1jw149rbc9dne4x267hrke23ok2f5on0nl8mij8qodnapgxbqh7ibih

What does status display Not anchored mean, will it cause data loss?

Below is my code to create steam

import { TileDocument } from "@ceramicnetwork/stream-tile";
const conditionStream = await TileDocument.TileDocument.create(
    ceramic,
    data
);

Hey @0x0506d9Eb6d7c86AD48 Do you still see the status “Not Anchored”? Anchoring usually happens at specific time intervals (it used to be once an hour, now I believe it happens at a higher frequency).

One more thing that I noticed - it looks like you are using TileDocuments. Are you building a new project? If yes, I would suggest to look into using ComposeDB on Ceramic instead because we are deprecating a lot of our old tech.