olaf7
olaf7
When I run the upgrade process on another Modoboa (test) instance I get an error in the upgrade process: ``` python manage.py check --deploy __all__: ['You must set OIDC_RSA_PRIVATE_KEY to...
@Spitfireap I reapplied that command (again) and sadly the config.json file still only has 1 URI definition in it. Any way I can debug this? Only output I got is:...
I tried to run the command again with --verbosity=3 but that did not provide more output, so I am stuck.
Yes, I am sure. Just double checked: 2.3.0 Reapplying the command does unfortunately not fix/extend the json file.
Done. Unfortunately the confg.json file still has only 1 definition in it as before. (no changes)
Ah. It appears there are two config.json files on my system. One in the modoboa root directory holding just the api_base_url and one in a subdirectory called 'frontend' having also...
Great. I thought so too, but that makes me wonder... Did something go wrong somehow and are files placed at a wrong location? If so that will likely have impact...
I am not sure what to rewrite. I double checked my nginx config and compared it to what the installer would produce. I also rechecked the output of Developer Tools,...
Note: previously the v2 admin interface used to work, For sake of completeness: nginx config snipit: ` location ^~ /new-admin { alias /srv/modoboa/env/instance/frontend/; index index.html; expires -1; add_header Pragma "no-cache";...
After changing all localhost entries in frontend/config.json (which was generated, not edited) to modoboa.example.net I now get a new error: Error: invalid_request Mismatching redirect URI. Which is a HTTP 400...