Replies: 1 comment 1 reply
-
Moving to the elestio image solved it... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I have a very basic setup of searxng that was working until one day it didn't and now won't ever work correctly anymore, no matter if I remove everything including storage and start new, I suppose something changed in the original code base that broke my usual setup.
I just have two ENV variables setup:
BASE_URL: "https://search.my-domain.com/"
INSTANCE_NAME: "search"
Now when I look into the JS console I see this:
The resource from “https://search.my-domain.com**/search.my-domain.com/**static/themes/simple/css/searxng.min.css” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff). search
(notice the domain added twice here)
Well that is normal cause the real static file is here:
https://search.my-domain.com/static/themes/simple/css/searxng.min.css -- This URL works
So basically how do I make this work again ? Thanks
Beta Was this translation helpful? Give feedback.
All reactions