cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Internal Error while launching environment

Martin Votruba
Level 1
Level 1

Hi, I am unable to launch any environment. Whenever I try to launch an environment, it say "could not complete your request because of an internal error". This happens on all environments, also on the always on environments. I do not have any environment active at the moment.

MartinVotruba_0-1710244966581.png

Things I have tried to resolve the issue
- log out myself and log again
- try different sandbox
- try shorter time period

Here is the payload for the environments endpoint which the devnet is making (request and response)

{
"sandbox_name": "Meraki Always On-20240312T13054214",
"blueprint_name": "meraki-always-on",
"owner_email": "martin_votruba@rapid7.com",
"owner_name": "Martin Votruba",
"collaborators": {
"collaborators_emails": [],
"all_space_members": false
},
"source": {
"is_editable": false,
"repository_name": "meraki-always-on"
},
"duration": "PT2H",
"automation": false,
"inputs": {},
"artifacts": {},
"tags": {},
"notes": "",
"workflows": []
{
"errors": [
{
"message": "could not complete your request because of an internal error",
"name": "Internal Server Error",
"code": "InternalServerError"
}
]
}
 

  

Who Me Too'd this topic