amp-autocomplete dropdown list doesn't render in Gmail(checked in both incognito and without any extension). The same amp-autocomplete component list is rendered in the amp official playground and gmail amp playground. However, it doesn't get displayed in actual Gmail when I send the email using my Node.js but it gets displayed when I shoot the email from the Gmail amp playground.
4 scenarios - 3 ✅ 1 ❌
1) InAMP playground (https://playground.amp.dev/) ✅
Description
amp-autocomplete dropdown list doesn't render in Gmail(checked in both incognito and without any extension). The same amp-autocomplete component list is rendered in the amp official playground and gmail amp playground. However, it doesn't get displayed in actual Gmail when I send the email using my Node.js but it gets displayed when I shoot the email from the Gmail amp playground. 4 scenarios - 3 ✅ 1 ❌ 1) InAMP playground (https://playground.amp.dev/) ✅
2) In Gmail AMP playground (https://amp.gmail.dev/playground/) ✅
3) In Gmail client sent via Gmail AMP playground ✅
4) In Gmail client sent via Nodemailer(Node.js) ❌
This is the amp-autocomplete code
I am using the same API endpoint https://amp.dev/documentation/examples/api/autosuggest/characters for all 4 cases, so I don't know why it's not getting rendered in Gmail when I am shooting the email from my backend
Reproduction Steps
1) AMP playground (https://playground.amp.dev/)
2) Gmail AMP playground (https://amp.gmail.dev/playground/)
3) Create a Node.js app and use Nodemailer for sending emails.
Relevant Logs
Browser(s) Affected
No response
OS(s) Affected
No response
Device(s) Affected
No response
AMP Version Affected
No response