Not a bug report of course but I'm occasionally (around 1 out of 10 times) getting a 404 error when trying to make an Ajax request on start of layout. I'm trying to fetch a local project.json file.
I never had any issues with this in the stable version, so I'm just wondering if this is something that should be expected with the beta r228?
[Construct 3] AJAX request to 'https://preview.construct.net/colours.json' (tag 'colours') failed: 404
I did notice that I was running out of storage space in Chrome too so perhaps that could have something to do with it? Although this also happened in remote preview on a device.
Thanks
EDIT:I should also add that I put a line of code in to re-request the Json again should the error occur but every re-request following the first request would also fail.