You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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">
The text was updated successfully, but these errors were encountered:
I've just had one of our users report it as it can affect other web parts on the page when in Edit Mode. i.e. some of the Text web parts appear blank when the Accordion web part is on the page.
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">
The text was updated successfully, but these errors were encountered: