kunalkhatri / snow-vite-incident-list

This is a simple experiment where we develop an UI page in React + Vite. Steps to start with this Repo
https://www.loop91.com
1 stars 0 forks source link

Cannot get this to load inside of UI Page #1

Closed niteshbalusu11 closed 6 months ago

niteshbalusu11 commented 6 months ago

Hello,

I followed all the instructions in the repo. I can get it to work on my local dev environment. But after deploying it to servicenow, the UI page just says loading.... I checked the network tab on the browser and it there was a 200 for the GET request of both the CSS and JS files. Not sure what I'm missing.

niteshbalusu11 commented 6 months ago

Never mind, it's an issue with global scope attachment reading inside the scripted rest API. I figured it out. Closing this issue.