kevinobee / Sitecore.Ship

Ship provides a CI service layer for Sitecore
MIT License
71 stars 61 forks source link

Ship returning 404 when trying to install update package #76

Open Prashantkp opened 7 years ago

Prashantkp commented 7 years ago

Ship returning 404 when trying to install update package. Here is the script i'm trying for. Invoke-WebRequest -Uri "http://mydomain/services/package/install" -Method Post -ContentType "application/x-www-form-urlencoded" -Body @{"path"="@D:\Users\Parsh\Desktop\test.update";"DisableIndexing"=$true} -UseBasicParsing -TimeoutSec 5000

And i'm getting below error. `

    404 - NotFound
    The resource you have requested cannot be found.
    We're sorry :-(

  Graphics courtesy of the awesome Matthew Inman

At line:1 char:1

I'm using .net framework 4.6.2. also doubled checked all the configuration, everything looks fine,

Appreciate your support.