Jackett gives white page

Besides some issues with the install script, after install I only get a white page.

I can see the app is running fine, but seems like the reverse proxy is not showing naything?

Found the problem.

The install script did not push the correct config items to the config file

sed -i "s/“AllowExternal./“AllowExternal”: false,/g" /home/${username}/.config/Jackett/ServerConfig.json
sed -i "s/"BasePathOverride.
/“BasePathOverride”: “/jackett”/g” /home/${username}/.config/Jackett/ServerConfig.json

Edited the file and all was well again