You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there is a problem with the processing
because I tested it multiple times using a remote server other than localhost everything works fine, also the same file when saved into the project for processing works fine, I don't know the problem related to the package or MacOS, but when I remove some relations from the API file the command works fine same as always.
@melloware This is not the same as the old issue because in the new issue, everything works fine but when the API size and relation get big the issue happens, I think the solution is to save the API response in a file and then, process the result,
when I save the file and try to execute the command everything works fine
What are the steps to reproduce this issue?
What happens?
I get the following error.
Error: ENOENT: no such file or directory, open ‘http://localhost:4000/api.json’
What were you expecting to happen?
Generate API files correctly.
Any logs, error output, etc?
curl -sS -D - http://localhost:4000/api.json -o /dev/null
Any other comments?
I think there is a problem with the processing
because I tested it multiple times using a remote server other than localhost everything works fine, also the same file when saved into the project for processing works fine, I don't know the problem related to the package or MacOS, but when I remove some relations from the API file the command works fine same as always.
What versions are you using?
The text was updated successfully, but these errors were encountered: