[ixpmanager] problem with BIrdEye v1.22
Nick Hilliard
nick at foobar.org
Fri Sep 11 21:43:57 IST 2020
Hi Basil,
The laravel log file says:
> [2020-09-07 04:06:48] development.ERROR: content is not defined. {"userId":1,"exception":"[object] (RuntimeException(code: 0): content is not defined. at /srv/ixpmanager/vendor/foil/foil/src/Extensions/Helpers.php:343)
This is a generic error which means that the Birdseye microservice is
not set up correctly.
bbalaawi at mtit.gov.ps wrote on 10/09/2020 17:19:
> api: *http://192.168.1.203/api*
This is probably the problem . Birdseye uses the hostname of the API
Endpoint to work out which environment file to use. Can you take a look
at the documentation here:
https://github.com/inex/birdseye/#configuration
So you'll need to create DNS aliases for rs1-lan1-ipv4.yourdomain.ps.
If this is set up correctly, then the following URL should return the
microservice status in JSON format:
https://rs1-lan1-ipv4.yourdomain.ps/api/status
Once you can browse this URL, you need to change the API Endpoint
parameter in the Router configuration from http://192.168.1.203/api to:
http://rs1-lan1-ipv4.yourdomain.ps/api
On another issue, it will be easier to get this working with the default
skin before attempting to create your own skins.
Nick
More information about the ixpmanager
mailing list