Gatsby codegen not producing meta properties on pages

There is an issue with the Gatsby code gen. Published project does not have any meta property being set on the page, even though corresponding meta property is non empty and set in studio.

View source or dev tools show that the meta tags are empty, but the values of title, description and other stuff is fed on the studio side.

Sorry @confident_tiglon but right now the page metadata is not yet supported on Gatsby codegen.

@icaro is it supported on nextjs tho? I can migrate to nextjs without hassle.

Yes it’s supported on Next

Great!