I got my SPA website (based on Node/Express/Mongo/Angular X) up and running. I created a sitemap.xml and submitted to Microsoft Bing, and from the server log, I see they started crawling. However, I noticed the page URL is called, but not the associated API for that page. So, basically it's just indexing the static skeleton of each page, not the dynamic real content.
I googled and see people saying "google can't index dynamic content" as suggested in this article. However, I also see other people saying crawler is just a person browsing and it should get its dynamic content.
I'm confused. Can somebody clarify? How to fix it?