there's a call to the same page occurring with query params which is getting 200 ok and always following the servlet call.on firefox the call is getting aborted by ns binding aborted error, this is due to another req aborting the first req. How can I resolve this?
@BrianKasingli- the RDE doesn't run on my localhost:8080 - It is a dedicated environment on the cloud and has program id as well as environment id. I am deploying the servlet via code and in the configuration json it is present in the project bundle. the servlet should run irrespective of the enviro...
hi all, need little help with this issue - my sling servlet is working correctly on local but throwing blocked error on rde.my local is also an SDK with same version as rde hence should not have been an issue. my sling servlet is capturing data from couple of fields and sending it to servlet.the aja...
i tried jsonarray initially but that also threw an exception. the response from front end is a json of array objects which is then filtered to array of strings. the array of strings is not getting cast to jsonarray.