devika icon indicating copy to clipboard operation
devika copied to clipboard

doesn't work with nginx proxy setup

Open ralyodio opened this issue 1 year ago • 1 comments

    location / {
        # try_files $uri/index.html $uri.html $uri/ $uri =404;
        #	 auth_basic "ai access required";
        #	 auth_basic_user_file /etc/nginx/.htpasswd;
        proxy_pass http://localhost:9437;
        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection 'upgrade';
        proxy_cache_bypass $http_upgrade;
        # proxy_set_header Host $host;
        # proxy_set_header X-Real-IP $remote_addr;
        # proxy_set_header X-Forwarded-Proto https;
        # proxy_set_header X-Forwarded-For $remote_addr;
    }

i get all kinds of http:// mixed content errors in firefox console. also project creation appears to be broken, which is probably due to running on https rather than http

ralyodio avatar Mar 28 '24 16:03 ralyodio

anyone figure this out?

ralyodio avatar Mar 29 '24 15:03 ralyodio

Same problem

RexWzh avatar Apr 09 '24 16:04 RexWzh

@RexWzh refer #404 mention the solution.

ARajgor avatar Apr 20 '24 12:04 ARajgor