"Invalid settings, please edit your preferences" on landing page on first use #2559
-
|
Using version 2023.7.14+4380fc2b in Docker Started without settings.yml and just 2 environment vars to set the port and listening address: web interface is served by nginx as reverse proxy for SSL termination. Without any further configuration, the web interface shows "Invalid settings, please edit your preferences" in a red banner. I have no clue what that means. There is no reference to "oscar" in the docker-compose file or anywhere in the settings.yml that is generated on the first run. How To Reproduce Expected behavior How can I determine which setting is misconfigured or what would need to be changed? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
In the preferences you have saved to use theme 'oscar' / the oscar theme has been removed from SearXNG for a long time ago. To solve your issue, go to the preference page of SearXNG and reset preferences. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your fast follow-up! |
Beta Was this translation helpful? Give feedback.
Thanks for your fast follow-up!
It was just a clean install without any prior configuration. No theme was manually selected in the config file or preferences.
Got it working by adding the use_defaults and minimizing the rest of the settings.yml to just contain a couple of overrides. It works on a new browser session without the error message now.