David
David

Reputation: 41

ArangoDB Foxx Service - Failed to load API definition

I am using arangoDB 3.3.3 on macOS.

With the intention to output a JSON-collection from arangoDB via the browser, i am using the Foxx microservice tool, which is offered by arangoDB. I imported the json-file to the database via the offered import script by arangoDB.

When I upload the service-file zip to the arangoDB web interface and trying to make a request to the linked path, it shows me the following error message in the API window:

Unauthorized http://localhost:8529/_db/_system/_admin/aardvark/foxxes/docs/swagger.json?mount=/getting-started

Anyone, facing the same problem and having an idea how to solve this issue?

Upvotes: 1

Views: 381

Answers (1)

Tobias Gödderz
Tobias Gödderz

Reputation: 331

This is due to a bug in the web interface that should be fixed in 3.3.4, so updating should resolve your problem. See https://github.com/arangodb/arangodb/issues/4453 for details.

Upvotes: 1

Related Questions