You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shows Invalid GTA guid null in my VSCode Problems terminal. However viewing the page with the debug mode query parameter shows no template errors, and the behavior is expected (it renders the value of module.sidebar_cta_default if none of the previous filters returned anything.
Both the CTA tag and function end up saying
Invalid GTA guid null
if thedefault
filter is used.Example:
shows
Invalid GTA guid null
in my VSCode Problems terminal. However viewing the page with the debug mode query parameter shows no template errors, and the behavior is expected (it renders the value ofmodule.sidebar_cta_default
if none of the previous filters returned anything.Removing the
default
filter:Shows no problems in VSCode terminal.
This also happens with the CTA tag, e,g
{% cta guid="{{ cta_to_render }}" %}
I tested this with the
default
key infields.json
populated and unpopulated, doesn't seem to make a difference.The text was updated successfully, but these errors were encountered: