Hi All,
I am new to Out systems, and I am trying to build app. Currently I am facing the error in browser shown below. 
I have checked the error log under monitoring tab in outsystems. the error was showing as mentioned here
: [ErrorScreen] Script error for "EShop.model", needed by: EShop.controller, EShop.controller$ServerAction.User_GetUnifiedLoginUrl, EShop.Common.controller, EShop.MainFlow.controllerhttps://requirejs.org/docs/errors.html#scripterror.
I am confused how to solve this error. Please guide me if you have a solution for this issue.
Thanking you in advance.
Hi @Goru jai sai raj kumar
Does that occur when you are trying to debug something?
No, I have added CSS to my Module UI later Addon after publishing the App i got this error.
The "Script error for EShop.model" suggests that one of the required scripts failed to load. This issue could happen for two reasons:
Can you investigate?
Thanks for your guidance.
Now issue was resolved. I have deleted the Script and again added dependency to my module. After doing this My application is working fine.
Thanks for guiding.
@Goru jai sai raj kumar,
Your module does not have common exception handler & you're trying to access page which marked as registered (Roles).
Add common exception handler in your module like below. You can copy it from any demo application.
Below are the place where roles are defined.
Hi @Muhammad Mahmudul Hasan,
Thanks for above info. My modules having common exception handler & all the logic were included in my Application As guided.
Now my issue resolved by . I have deleted the Script and again added dependency to my module. After doing this My application is working fine.
Thanks for your Information.