Response Tag and Data Tag send data from Server to Web GTM

I am trying to send data from sGTM to Web GTM.
I created the Client and Response Tag in the Server
Then added the Data Tag in the Web server.

Response Tag triggers.

I do no see anything on the web GTM Debug

Not sure what the problem is.

Thanks for the help

your response is pushed to subscription_dataLayer, instead of dataLayer, you can type the former in browser console and you should see your response there.

Screenshot 2025-05-30 at 17.28.51

change the field to dataLayer and you will see it in your web preview as expected

Thanks, will try that, I may have had it already and switched it.