Will McClellan
Will McClellan
I'm seeing this as well. Only the latest non-fatal error is visible in Fabric
Added this in #1390
Seeing the same issue here but tracing to the `client-secrets-manager`: ``` @[email protected]/node_modules/@aws-sdk/client-secrets-manager/dist-es/endpoint/endpointResolver.js:4:12 ```
Ah ok, here's the query: ``` SELECT distinct(wt.entry_id) FROM exp_channel_titles AS wt LEFT JOIN exp_channel_data AS wd ON wt.entry_id = wd.entry_id LEFT JOIN exp_channels AS wl ON wt.channel_id = wl.channel_id...
I get this: ``` Array ( [1] => Array ( [search_terms_women] => 1 ) ) ``` which is the name of field_id_1 in my category custom fields. This shows whatever...
That's sorted it Mark. Thanks so much for your help with that. Much appreciated! Will