Comments
-
I try with clear cache and also try with postman still same issues
-
New error that i am facing. Can anyone help <h1>Bad Message 431</h1> <pre>reason: Request Header Fields Too Large</pre>
-
For your card is the public embed link correct? Let me check 404 means it can’t find anything at your URL. Are you able to take that URL and access it from a browser? I try with postman collection here is image for it https://ibb.co/Rv1KbmD Did you confirm the embed ID is the same as the Domo Everywhere configuration…
-
Thanks for help and support
-
Please send the links or way to get the help from domo support. It's urgent i try every possible way
-
How to contact the domo support they have very late response, and there is no discord channels for support
-
Yes @amehdad i do, programmatic filters is working fine for all types of filter, But for specific one like Brand Trends
-
No comment
-
Have you tried URL encoding your pfilters since you're using IFrames? => Yes i am using i frames You can use a website like https://www.urlencoder.org to easily convert it for you. ==> This is just wrong thing you committed. Well right now i am facing different issues, in my local all iframes are woking fine but in server…
-
Also one more thing why ports is undefined ```window.addEventListener("message", e => { console.log('received message on window', e); console.log("e.ports[0]", e.ports[0]); // Check origin if (!e.ports[0]) return; const referenceId = e.data.referenceId; console.log(`referenceId = ${referenceId}`); const port = e.ports[0];…
-
I have to show multiples iframe in my web app for displaying top 25 products, retail sales, website analytics. can we do a real time chat for discussions. I am trying brand, merchant and project team name
-
@GrantSmith First of all thanks for your reply. Steps i take to work with given repository (https://github.com/domoinc/domo-node-embed-filters). After clone i created .env file and paste the Client ID, Secret, EMBED_ID, EMBED_TYPE, then npm install (i am not using yarn). In terminal i write npm start for running the…