Cannot publish in new Sandbox

ivancito86ivancito86 Member Posts: 18
Good day ,

I've just create a new sandbox, and I start to develop about it, I have a lot versions of the app that I developed in my docker, and when I finished, I created a new project using sandbox, but I don't know why, It seems that it remind one of versions, I think that it could be in memory, and when I publish my app, Visual studio tell me that the table already exist. I already review if in my sandbox I have any extension, but is the first extension that I make it.


8uf4481b43ma.png

I put my launch.json and my app.json just in case....


app.json
{
"id": "08b7b279-5bcf-4278-84a5-9a188ad6d14c",
"name": "
",
"publisher": "
",
"brief": "",
"description": "",
"version": "1.0.0.2",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"logo": "./src/Resources/Logo.png",
"capabilities": [],
"dependencies": [],
"screenshots": [],
"platform": "13.0.0.0",
"application": "13.0.0.0",
"idRange": {
"from": 50000,
"to": 50005
},
"runtime": "2.2",
"showMyCode": true
}

In case of app.json, I've trated to put the parameters schemaUpdateMode, and tenant, but in my case the publication doesn't work.

launch.json
{
"version": "0.2.0",
"configurations": [
{
"type": "al",
"request": "launch",
"name": "Microsoft cloud sandbox",
"breakOnError": true,
"schemaUpdateMode": "Recreate",
"tenant": "prueba.onmicrosoft.com"
}
]
}

Best regards!

Answers

  • DenSterDenSter Member Posts: 8,304
    The error message says you have the 'Horus Setup' table more than once, which is not allowed
  • ivancito86ivancito86 Member Posts: 18
    thaks for your response but...

    It is not possible that this table exist in the sandbox, it is that problem, this is my first time to publish in a sandbox, is not possible that exist this table, because I am the unique person to access to this sandbox. Is it possible delete or recreate the extension for delete this table?, in extension adminisrator screen there isn't any thing about my extenssion.
Sign In or Register to comment.