Description
All services give the error:
Failed to load API definition.
NetworkError when attempting to fetch resource. http://192.168.1.1:8529/_db/_system/_admin/aardvark/foxxes/docs/swagger.json?mount=/aye-aye
I start ArangoDB like this: # /usr/bin/arangod --server.endpoint "http+tcp://192.168.1.1:8529"
INFO ArangoDB 3.4.0 [linux] 64bit, using jemalloc, build , VPack 0.1.33, RocksDB 5.16.0, ICU 58.1, V8 5.7.492.77, OpenSSL 1.1.1a 20 Nov 2018
INFO detected operating system: Linux version 4.19.12-arch1-1-ARCH (builduser@heftig-21538) (gcc version 8.2.1 20181127 (GCC)) #1 SMP PREEMPT Fri Dec 21 13:56:54 UTC 2018
Mode: Single-Server
Storage-Engine: mmfiles
Total RAM in your machine: 8 GB
free -m
total used free shared buff/cache available
Mem: 7902 513 4641 1 2746 7120
Swap: 8073 0 8073
Used Package: AUR (en) - arangodb https://aur.archlinux.org/packages/arangodb/
I'm using Firefox to access the Web UI.
These are the steps to reproduce:
open the browser on http://192.168.11:8529
log in as root
use database _system (or any other db)
click 'Services', on any service, navigate to API tab, then you would the error shown above
At first I thought my issue was the same as an existing issue, but now I believe they are different. See older issue here: Failed to load API definition · Issue #4453 · arangodb/arangodb #4453