Flomp
Flomp
Oh sweet, I hadn't had a proper look at these settings. I'll do so next week and probably create a dedicated settings page for default values that can be fine...
v0.16.2 adds the aforementioned settings to the routing algorithm. The dedicated settings page will follow in a later update. I'll have a look at the trail closures.
No, it's definitely not normal and I had also noticed it on the demo instance. I haven't checked yet if meilisearch is also constantly indexing like in your case (which...
I also saw this behaviour on the demo instance. I resolved it with a simple robots.txt for now: ``` User-agent: * Disallow: /profile/ Disallow: /api/ ``` This seems to prevent...
Related and potential fix: #584
Not yet, sorry. @RobertClarke64 is absolutely correct that the problems are the user tokens that likely need to be regenerated. I'll still be very busy through November. I hope I...
Which OIDC provider are you using? Can you see any logs in the containers or in PocketBase? I'm experiencing no issues with GitHub OIDC on the demo instance.
Your browser trying to reach your pocketbase on localhost is likely not the cause of your OIDC issues. In v0.17.0, I added a client-side pocketbase client that tries to connect...
Strange. Could look in the PocketBase logs in the dashboard to see if there are some clues there?
https://github.com/Flomp/wanderer/commit/68f36dbf0cff77f7f570d0c04bd9f1b1769f347d This fixes the issue for private instances. But I'm not sure if this is not a separate issue.