Codesandbox-client: 422 error on Vue CLI 3 project from GitHub

Created on 8 Oct 2018  路  3Comments  路  Source: codesandbox/codesandbox-client

馃悰 bug report

Description of the problem

https://codesandbox.io/s/github/algolia/vue-instantsearch/tree/feat/connectors/examples/media

Will throw an error in CodeSandbox

{
  "errors": {
    "detail": [
      "Request failed with status code 422"
    ]
  }
}

This is returned from the backend.

How has this issue affected you? What are you trying to accomplish?

I can't see anything, since there's a 422 error

Link to sandbox: link

Your Environment

| Software | Name/Version|
| ---------------- | ---------- |
| 小odesandbox | PROD-1534913825-2619708 |
| Browser | any |
| Operating System | any |

Most helpful comment

Ah, the API of GitHub changed a bit and gave back status code 422 instead of 404 for paths with a slash. I'll update git-extractor to let it know!

All 3 comments

Ah, the API of GitHub changed a bit and gave back status code 422 instead of 404 for paths with a slash. I'll update git-extractor to let it know!

Deployed 馃槃

Was this page helpful?
0 / 5 - 0 ratings

Related issues

k15a picture k15a  路  3Comments

alansouzati picture alansouzati  路  3Comments

yazaabed picture yazaabed  路  3Comments

MarcelloTheArcane picture MarcelloTheArcane  路  3Comments

waruyama picture waruyama  路  3Comments