nvroot
nvroot
Right-clicking and Reload the page always temporarily resolves the issue. 🙂 It seems the browser is handling the authentication session cache, which allows it to bypass the CORS preflight check....
@fa-sharp traefik/whoami is NOT a middleware; it only prints HTTP request information and is very unsafe to use in production! Get info: https://github.com/traefik/whoami
Try this: ``` healthcheck: test: ["CMD", "cloudflared", "version"] interval: 60s timeout: 20s retries: 5 start_period: 10s ```
```yaml services: postgres: image: postgres:17 restart: unless-stopped environment: - POSTGRES_PASSWORD=changeme - POSTGRES_USER=azimutt-user - POSTGRES_DB=azimutt volumes: - 'azimutt-db:/var/lib/postgresql/data' networks: - azimutt-network healthcheck: test: ["CMD-SHELL", "pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB}"] interval: 60s...
@ruslansharipov2304 tested on ubuntu 24.04 x64 it works perfectly. Connect over http://azimutt:4000 The issue might be elsewhere.
Same problem, with activated Gemini cannot access to app. OpenAI, Custom_API & Deepseek works well P.S. Now without edit cannot access to app. So for example running app unaccessable after:...