51
Views
6
Comments
browser Error: There was a n error Processing your Request
Application Type
Reactive
Service Studio Version
11.54.84 (Build 63766)

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.controller
https://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.

2019-01-31 08-54-57
André Costa
Champion

Hi @Goru jai sai raj kumar 

Does that occur when you are trying to debug something?

UserImage.jpg
Goru jai sai raj kumar

No, I have added CSS to my Module UI later Addon after publishing the App i got this error.


2019-01-31 08-54-57
André Costa
Champion


The "Script error for EShop.model" suggests that one of the required scripts failed to load. This issue could happen for two reasons:

  • either the consumer dependencies have not been refreshed
  • the required scripts are missing or failed to load properly.

Can you investigate?

UserImage.jpg
Goru jai sai raj kumar

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.

2021-01-28 10-02-59
Muhammad Mahmudul Hasan

@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. 




 

UserImage.jpg
Goru jai sai raj kumar

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.