Marco Link
Marco Link
Hi @DorianxSlavov 👋 The log about skipped entries data is expected, and based on the fact that we use contentful-export under the hood to fetch content types. TL;DR nothing to...
Hey @dicash 👋 You should be able to to filter out unresolvable links by calling it with the right [chain modifier](https://github.com/contentful/contentful.js?tab=readme-ov-file#client-chain-modifiers): ```typescript const articles = await client.withoutUnresolvableLinks.getEntries({ content_type: 'blogArticle', limit:...
What do you mean by "empty" ? Have you checked if the entry specfic entry actually has data for `category` defined?
Hey @qbunt, I think this is about generating migrations script right? This part of the CLI lives in contentful-cli, will move it. Would you be able to confirm that this...
@grgcnnr Great catch! would you be able to create a pull request for it?