uic-utah / uic-inventory

a public web application to manage the creation, permitting, and payment for underground injection control sites in Utah
1 stars 0 forks source link

Routing Errors Encountered in Dev App #321

Closed rsparker-utah closed 5 months ago

rsparker-utah commented 5 months ago

I came across a couple of errors during my recent round of testing in the dev app (the prod app seems to be fine):

  1. After clicking on the "Contact us" tab using either my public or admin account in the dev app I received the following error:

"TypeError: error loading dynamically imported module: https://uic-inventory.dev.utah.gov/assets/ContactProgram-EpnyeSIF.js"

for example: image

  1. After clicking on the "Accounts" tab using my admin account in the dev app I received the following error:

"TypeError: error loading dynamically imported module: https://uic-inventory.dev.utah.gov/assets/UserManagement-OWnIh0Z3.js"

for example: image

rsparker-utah commented 5 months ago

I came across a few more routing errors.

Receive a routing error when clicking the following in my admin account:

  1. When trying to access the "Site Details" page for a created site: "TypeError: error loading dynamically imported module: https://uic-inventory.dev.utah.gov/assets/CreateOrEditSite-Dr0QwsfS.js" for example: image

  2. When trying to access the "Site Contacts" page for a created site: "TypeError: error loading dynamically imported module: https://uic-inventory.dev.utah.gov/assets/AddSiteContacts-D3Ci6d4V.js" for example: image

  3. When trying to access the "Site Location" page for a created site: "TypeError: error loading dynamically imported module: https://uic-inventory.dev.utah.gov/assets/AddSiteLocation-PTMHiG3m.js" for example: image

rsparker-utah commented 5 months ago

Cleared my browser cache and that resolved the above errors. Closing this issue.