Hy All i am creating SSP 1.0 Application !! i am f...
# suitescript
h
Hy All i am creating SSP 1.0 Application !! i am facing some issue when i send AJAX request through .ssp(HTML) file to (.ss) file ... seems .ss file not working as script but in my other account it works perfectly and execute well and return response but in my new account i am following same steps to built the application but .ss is not executing and in my AJAX response it will send all .ss file code !!
b
#C29HR0BFG
p
you are hitting the wrong url. don’t request the “file cabinet url” but the “ssp application url” SSP applications have a URL root.
h
@PabloZ same error from both SSP or file cabinet url
its hitting the file but not executing as script file
getting response in consolelog it is returning complete ss file body
and the error comes when i try to parse the response
d
SSP URLs are just the bit after the publisher name. It looks like you need to remove /SSP Applications/KeyStoneLive/ from the URL you're using.
h
Issue Resolved Thanks Everyone !! yes you were right @Dominic B Issue was in URL