You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes the issue here (fully expected) is that it is the Backend of Big-AGI that's trying to connect to LM Studio.
When you run locally, the front end and back end are both running on localhost. But when you run that official website the backend is running on Vercel servers, while the frontend is on the browser (localhost).
So then the back end, which is running in some server somewhere will be trying to connect to a port on its own "localhost", and it fails because LM Studio is running on your computer.
Please take a look at #276 (comment) for the same issue, with a description and a diagram.
Yes the issue here (fully expected) is that it is the Backend of Big-AGI that's trying to connect to LM Studio.
When you run locally, the front end and back end are both running on localhost. But when you run that official website the backend is running on Vercel servers, while the frontend is on the browser (localhost).
So then the back end, which is running in some server somewhere will be trying to connect to a port on its own "localhost", and it fails because LM Studio is running on your computer.
Please take a look at #276 (comment) for the same issue, with a description and a diagram.
Yes the issue here (fully expected) is that it is the Backend of Big-AGI that's trying to connect to LM Studio.
When you run locally, the front end and back end are both running on localhost. But when you run that official website the backend is running on Vercel servers, while the frontend is on the browser (localhost).
So then the back end, which is running in some server somewhere will be trying to connect to a port on its own "localhost", and it fails because LM Studio is running on your computer.
Please take a look at #276 (comment) for the same issue, with a description and a diagram.
Description
I got this error on https://get.big-agi.com/
Can you please take look this?
This problem does not exist when I run the project locally. By the way, i have already enabled CROS. I think it is not a CROS problem.
I have also run debug in broswer, there is no any request to http://localhost:1234 when i click models button.
Device and browser
windows 11, chrome
Screenshots and more
No response
Willingness to Contribute
The text was updated successfully, but these errors were encountered: