Elliott B. Edwards
Elliott B. Edwards
On a brand new clone: - Installed mongodb - Tried to run `.\build_and_run.bat` It fails during the build process. I did some investigation and the same issue can be reproduced...
In the [before/afterRequest](https://github.com/ahmadnassri/har-spec/blob/master/versions/1.3.md#beforerequest--afterrequest) section, we see ```json "expires": "2009-04-16T15:50:36", "lastAccess": "2009-16-02T15:50:34", ``` `lastAccess` has the type `string` indicated, but there is no mention of the [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) as it is...
After upgrading to v1.20.0, the JavaScript plugin that I wrote was no longer found and prevented commands from working: ## Works in v1.19.0 # ```Powershell > npx @redocly/[email protected] build-docs myapi...