chatgpt-web-dev / chatgpt-web

A third-party ChatGPT Web UI page built with Express and Vue3, through the official OpenAI completion API. / 用 Express 和 Vue3 搭建的第三方 ChatGPT 前端页面, 基于 OpenAI 官方 completion API.
https://chatgpt-web.dev
MIT License
1.56k stars 436 forks source link

Unable to access settings via cloudflared tunnel. Able to access user settings via local host. #469

Closed spencerwongfeilong closed 4 months ago

spencerwongfeilong commented 4 months ago

Hello,

After updating to version 2.15.0, I am facing an issue where I cannot access the user settings menu through a cloudflared tunnel. The menu does not pop up as expected.

However, I can successfully access the user settings menu when using my network IP address followed by the port number.

Do I need to adjust or add any specific configurations to resolve this issue?

BobDu commented 4 months ago

Can you open browser devtools and see network tab? Maybe some request is failed. If you could investigate from this angle and provide more information, it would help with problem-solving.

spencerwongfeilong commented 4 months ago

Can you open browser devtools and see network tab? Maybe some request is failed. If you could investigate from this angle and provide more information, it would help with problem-solving.

Hello i resolved it by ending the following variables in the docker compose. VITE_APP_API_BASE_URL: xxx.yyy.win VITE_GLOB_OPEN_LONG_REPLY: true HTTPS_PROXY: xxx.yyy.win VITE_GLOB_APP_PWA: true (this doesnt seem to enable PWA)