Hello,
On 5/8/21 12:44 AM, Evan Littmann wrote:
Hello,
I just installed this on Fedora 34 and the bots start, but the web interface won't work. I am running Nginx and have added the file vars.js with this "var ROOT = /usr/local/lib/python3.9/site-packages/intelmq_api/intelmq-api.wsgi" line without the quotes. The web interface loads, but it won't do anything. When I go to the About tab, the Debugging line has a turning dot that looks like it's stuck in a loop and there is no Version information. I know I'm missing something simple, but I can't figure out what. Any help?
The ROOT variable should point to the URL of your API, it should *not* point to a file on the server the API is installed on (usually you don't have to set the variable at all, because it points to the default URL of the API by default).
cheers, Birger
Regards, Evan Littmann