Hello there, I was using the search and filtered version for the postings and it turns out that when I replace the accountName from Leverdemo to Mamo, it deliberately lowercases the name which in turn fails to load the jobs.
code in the https://andreasmb.github.io/lever-jobs-embed/index.js
options.accountName = options.accountName.toLowerCase();
And you can see the difference when you click on these 2 links:
Unfortunately, Lever doesn't allow us to update the company's name to mamo otherwise this is something we would've done.
Thanks in advance