# Store plugin upload issues with the test environment

**URL:** https://forum.shopware.com/t/store-plugin-upload-issues-with-the-test-environment/97715
**Category:** Other Questions (EN)
**Created:** [21. Dezember 2022 um 14:51 UTC](https://forum.shopware.com/t/store-plugin-upload-issues-with-the-test-environment/97715 "2022-12-21T14:51:08Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![camelman](https://avatars.discourse-cdn.com/v4/letter/c/bbe5ce/32.png) [@camelman](https://forum.shopware.com/u/camelman)
#### Post date: [21. Dezember 2022 um 14:51 UTC](https://forum.shopware.com/t/store-plugin-upload-issues-with-the-test-environment/97715/1 "2022-12-21T14:51:08Z")

</div>

I’ve looked in the english section of the forum but haven’t found an answer to my question so I hope I’m not spamming.

I want to upload 2 free plugins, I’ve passed the automatic code review on both but I got stuck at the testing on the provided testing environment before actually submitting to a review.

My first plugin needs a build-administration command executed in order to be visible but I can’t ssh into the test server do it.  
My second plugin needs to be able to send emails and even though I’ve tried to set all three ways from settings\>system\>mailer I get an instant 500. What strikes me as odd is that not even an smtp setup doesn’t seem to be able to send emails.

Can anyone help me out here?

---

<div class="post-metadata">

### Author: ![Max\_Shop](https://avatars.discourse-cdn.com/v4/letter/m/58f4c7/32.png) [@Max\_Shop](https://forum.shopware.com/u/Max_Shop)
#### Post date: [21. Dezember 2022 um 15:10 UTC](https://forum.shopware.com/t/store-plugin-upload-issues-with-the-test-environment/97715/2 "2022-12-21T15:10:28Z")

</div>

> [@camelman](#):
>
> build-administration command executed

NodeJS must compile the JS files. If it is not possible on the test server, use a locale installation, compile it there.

Never hat a 500er error with mails. Looks like it is a problem with you plugin?

---

<div class="post-metadata">

### Author: ![abdullah](https://avatars.discourse-cdn.com/v4/letter/a/aeb1de/32.png) [@abdullah](https://forum.shopware.com/u/abdullah)
#### Post date: [21. Dezember 2022 um 19:41 UTC](https://forum.shopware.com/t/store-plugin-upload-issues-with-the-test-environment/97715/3 "2022-12-21T19:41:40Z")

</div>

The plugin zip file should contain the built javascripts.

First build the administration and the storefront, then you can create the plugin zip file.
