diff --git a/packages/astro/src/content/runtime.ts b/packages/astro/src/content/runtime.ts index ae20cb90d365..e1ef6adb9bf8 100644 --- a/packages/astro/src/content/runtime.ts +++ b/packages/astro/src/content/runtime.ts @@ -632,7 +632,7 @@ export function createReference({ lookupMap }: { lookupMap: ContentLookupMap }) if (!store) { ctx.addIssue({ code: ZodIssueCode.custom, - message: `**${ctx.path.join('.')}:** Reference to ${collection} could not be resolved. Store not available.`, + message: `**${ctx.path.join('.')}:** Reference to ${collection} could not be resolved: store not available.\nThis is an Astro bug, so please file an issue at https://github.com/withastro/astro/issues.`, }); return; }