dnnsoftware / Dnn.Platform

DNN (formerly DotNetNuke) is the leading open source web content management platform (CMS) in the Microsoft ecosystem.
https://dnncommunity.org/
MIT License
1.03k stars 751 forks source link

Persona Bar 404 errors loading js.map files #5272

Closed lanthonyneville closed 1 year ago

lanthonyneville commented 2 years ago

Description of bug

After installing v9.11.0-rc4, 404 errors logged in DNN event log for various js.map files

Steps to reproduce

  1. Log in as administrator user
  2. Open a Persona Bar page, e.g. Extensions
  3. Open Admin Logs
  4. Note errors for Log Type: HTTP Error Code 404 Page Not Found, for example:

TabId: PortalAlias:www.mysite.dev OriginalUrl:/themes-bundle.js.map Url:https://www.mysite.dev/themes-bundle.js.map UserAgent:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.27 HostAddress:127.0.0.1 HostName:127.0.0.1 Server Name: Laurence

File requests failing with 404 (this may not be an exhaustive list)

Expected behavior

404 errors should not occur

Affected version

[ X ] 09.11.00 release candidate 4

valadas commented 2 years ago

This one was present before 9.11.0. Not saying it is not valid, just that we are focusing right now on releasing 9.11.0 soon so will remove that part of the title.

.map files are used to help with troubleshooting and don't affect the site operation, need to look at the issue but just FYI that does not load unless you open up devtools, won't affect the site operation or affect users.

lanthonyneville commented 2 years ago

OK fair enough, I only noticed it because I was examining the event log closely to figure out another issue

valadas commented 1 year ago

Fixed in #5488