Hello All, I have created the extension with the b...
# suitecommerce
s
Hello All, I have created the extension with the backend Model and service with Suitescript 2.0. When I try to deploy the extension the files are not deploying to SS2 application path. My service is pointing to SS2 path and I'm getting error's in the Site. Is there any way to push my extension to the SS2 application folder?
v
Have you added your SS2 service in the "files" array of the "suitescript2" object of your manifest?
Copy code
"suitescript2": {
        "files": [
"Modules/ModuleName/SuiteScript2/ModuleName.Service.ss"
        ]
    }
Something like this
s
And when the developer tools prompt you to designate what types of files they are, are you selecting 'None'?
s
Yes I have added it. Also, attached the SS2 application to the domain and checkout.
Yes @Steve Goldberg I have selected None as per the point mentioned in the developers article.
s
And you have activated the extension?
s
Yes I did it. It is activated successfully with no errors but I couldn't able to see the extension files in the SS2 folder.
s
Are you using a Single Domain for Web Store and Checkout?
s
No It's a custom domain. Since, It's a custom domain I have deployed the checkout domain to the SS2 application. Is there any other step I'm missing?
s
One person who experienced the same problem found success in using a single domain for web store and checkout
s
okay. I have a question - If I use suitescript2 in the extension then the extension will push to SS2 SSP appllication? Correct me If I'm wrong?
s
I am not sure what you mean, but you will need to deploy the SS2 SSP application as well as link it to the domain you're using
👍 1