Twig Error: TotalCMS\Domain\Twig\Adapter\CollectionTwigAdapter::object(): Argument #2 ($id) must be of type string, null given, called in /home/pWvGOTRdBArvWFUJ/Live_site/public_html/rw_common/plugins/stacks/tcms/src/Domain/Twig/Adapter/TotalCMSTwigAdapter.php on line 221 Check in Debugger

{% set post = cms.object("blog", getData.id ) %} {{post.categories[0]}} | {{post.title}}
{% set stackspublish = false %}
{% set post = cms.collection.object("blog", getData.id ) %} {{ cms.collection.redirectToCanonicalUrl("blog", post) }}
{{ post.date | date("m/d/Y") }} | {{post.author}}

{{ post.title }}

{{ post.summary }}
{{ post.content }}
{{ post.extra }}