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
Hello, I just wanted to express my appreciation for the work you've done with this library!
I'm currently attempting to use it in a Windows 11 environment. Interestingly, the project operates without issue when executed on Ubuntu or when the JSON OpenAPI definition is directly passed into the 'definition' parameter. However, I've run into an issue on Windows where it attempts to fetch the YAML file at the following location:
_currentUrl: 'http://localhost/src/utils/API_staging.yaml',
Returning:
Hello, I just wanted to express my appreciation for the work you've done with this library!
I'm currently attempting to use it in a Windows 11 environment. Interestingly, the project operates without issue when executed on Ubuntu or when the JSON OpenAPI definition is directly passed into the 'definition' parameter. However, I've run into an issue on Windows where it attempts to fetch the YAML file at the following location:
_currentUrl: 'http://localhost/src/utils/API_staging.yaml',
Returning:
I suspect there may be something I'm overlooking.
For reference, here's the content of my api.js file:
This is my .env:
Output:
The text was updated successfully, but these errors were encountered: