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
{{ message }}
This repository was archived by the owner on Nov 8, 2024. It is now read-only.
When I run
apiary preview --path=./docs/myapi.apib --server, the resulting page is empty. It shows a basic interface frame but no API info.A quick look at js console shows the following URL returning a 404:
I have
APIARY_API_KEYset in the environment.When I open that URL in a browser, I get a proper response. However loading that from
localhost:8080causes the 404.