ever-co / ever-gauzy

Ever® Gauzy™ - Open Business Management Platform (ERP/CRM/HRM/ATS/PM) - https://gauzy.co
https://gauzy.co
GNU Affero General Public License v3.0
2.07k stars 498 forks source link

Keep on loading but not opening #7892

Closed weir1 closed 1 week ago

weir1 commented 1 week ago

first it started fine then I open my windows app & tried to add my domain where i added ever gauzy but since I am using cloudflared tunnel , I portforward 3000 to my proxmox host & its working fine on windows desktop app, but when I tried from web, where I instaleed on my server its not working & showing circle only

i tried domain (claudflared ... 192.168.100.XX:34200) I also tried (ip:4200 (proxmox ip with portforward)

but still seeing same thing

Screenshot 2024-06-22 191655

logs from webapp ever-docker:~/ever-gauzy# docker logs c548ab4eb17b

e976.js runtime.c48fb749c88b2023.js scripts.5e993c4d129405c7.js vendor.9bda02f801946416.js

evereq commented 1 week ago

Sorry those questions are beyond what we can help because you asking something very specific to your environment providing minimum details to understand your setup. Most probably your frontend app try to connect to wrong API URL and you just have to reconfigure some env vars to make sure it connects to correct URL. Try to open chrome dev tools and see where it send requests, most probably it's localhost:3000 instead of your server IP or hostname etc. I am closing that ticket, we send a lot of similar answers in other issues, you can search for those etc. ("Maintainance page")

weir1 commented 1 week ago

I read that thread, I did all research but unable to resolve it from chrome its still trying connect to this http://localhost:3000/api/auth/authenticated

in .env.compose file my api url is API_BASE_URL=my public ip:port this only

http://localhost:3000/api works successfully

but when i tried http://localhost:4200 its still keep loading

i tried removing all & building again thrice till now