jsonsystems / json-schema

JSONSchema.Net Public Repository
Apache License 2.0
663 stars 64 forks source link

500 Internal Server Error #118

Closed toby-murray-snow-software closed 2 years ago

toby-murray-snow-software commented 3 years ago

Maybe similar to #23, submitting a ~1400 line JSON document as a guest (Firefox on Windows) yields:

image

Http failure response for https://prod.json.systems/v1/graphs:inferGraph?key=AIzaSyDOzK6DXqsLvq57cxa5Y7o6_TkMZ1SS3bk: 500 Internal Server Error

Maybe the file itself is too large?

jackwootton commented 3 years ago

Yeah, it could well be the file is too large. Are you able to try with a slightly smaller file?

toby-murray-snow-software commented 3 years ago

Trying the sample JSON works as expected, so it sounds like that's the answer - beyond some size limit.

bryanhuntesl commented 3 years ago

It's broken now, when using the sample JSON.

jackwootton commented 2 years ago

Hi bryanhuntesl, it's working for me. What browser are you using? Is there any debug from the Developer Console you can share (network calls, etc)?

sgerasimuk2 commented 2 years ago

@jackwootton it's reproducing when Array validation is set to "Allow anything", despite on JSON size: https://prnt.sc/1ud8iux

image

jackwootton commented 2 years ago

This should be resolved with the new version.