- Firstly, downloaded and deployed the production "sppkg" file, added the rss-feed webpart to the page and the browser-console displays the workbench viewer "WARNING" & disclaimer.
- Second, rss-feed fails with the following error explanation in console "
A preload for 'https://spfx40fantastics.azureedge.net/spfx40fantastics/spfx-40-fantastics-rssreaderstrings_en-us_dae2e06da398c5053e1d915cb00f2eb3.js' is found, but is not used because the request credentials mode does not match. Consider taking a look at crossorigin attribute."
It seems that the source code needs a tag property similar to <script type="module" crossorigin="anonymous">
A preload for 'https://spfx40fantastics.azureedge.net/spfx40fantastics/spfx-40-fantastics-rssreaderstrings_en-us_dae2e06da398c5053e1d915cb00f2eb3.js' is found, but is not used because the request credentials mode does not match. Consider taking a look at crossorigin attribute."It seems that the source code needs a tag property similar to
<script type="module" crossorigin="anonymous">