Usually related to awaiting promises from other requests, i.e global scope stuff.
Usually related to awaiting promises from other requests, i.e global scope stuff.
[...slug].astro

Hydration failed because the initial UI does not match what was rendered on the server. according to the linkSome issues, such as Account or Billing related issues, cannot be solved by the community. Any plan level can open a ticket for these topics.
[...slug].astroHydration failed because the initial UI does not match what was rendered on the server.let story;
try {
const { data } = await storyblokApi.get(
`cdn/stories/${slug === undefined ? "startseite" : slug}`,
{
version:
import.meta.env.PUBLIC_ENV === "production" ? "published" : "draft",
resolve_links: "url",
}
);
story = data.story;
} catch (error) {
throw new Error(toErrorWithMessage(error).message);
}