openchatai / copilot

🤖 🔥 Language-to-actions engine

Home Page:https://open.cx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

working with https

JuergenCornely opened this issue · comments

Hi all i need a helping hand to get it working with https. I v nginx up and running with https. But when i load the page it stops while miced content . The backend still reponses with http.....

take care of the config file of nginx

i tried about 2 days... for me the backen (llm) answers via http and that will be blocked....

is working now

What exactly did you change here? I also have https issues (SSL)

i ve added a .env to the dashboard container with the following:

NEXTAUTH_URL=http://localhost:8888/backend/
NEXT_PUBLIC_BASE_URL=https://localhost:8888/backend
NEXT_PUBLIC_BACKEND_API_URL=https://localhost:8888/backend
NEXT_PUBLIC_LLM_CONTAINER_URL=https://localhost:8888/backend