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
Describe the bug
I installed GPT-Researcher on my Linux server via Docker and so far everything has worked perfectly when I did the first test runs under http://localhost:8000 and http://localhost:3000.
Now I would like to make my GPT-Researcher installation accessible from anywhere via corresponding domains. So I have set up/configured the following two domains:
I have also created an SSL certificate for both domains via Let's Encrypt and configured them so that they can only be accessed via https.
I was then able to access both domains and the appropriate display was loaded. However, I can only successfully perform a search with the Python server (gptr-be.meinedomain.de / Port 8000). If I start a search via the React app (gptr-fe.meinedomain.de / Port 3000), nothing happens (see screenshot)
configure one domain each for calling port 8000 and 3000
Expected behavior
When the domain gptr-fe.mydomain.com is called up, the React app should not only be displayed cleanly, but should also work when a search is started.
Screenshots
Desktop (please complete the following information):
OS: Ubuntu Linux
Browser: Brave
Additional context
The very first time I call up the domain gptr-fe.meinedomain.de (React app / Port 3000) and before I start a search, I get the following error message in the browser's developer console:
What do I have to do so that I can also access and use the React app via my own domain outside the server? Or is it simply not possible at the current stage to make the setup I want?
The text was updated successfully, but these errors were encountered:
It's an important use case & something I'll do my best to handle in the the current 2-week sprint.
The API Endpoint that the React app points to is hard-coded in the getHosts file and throughout the nextjs folder (you can search for the strings "localhost:8000" to locate where it's hardcoded)
We'll create a new BACKEND_API_URL environment variable for a smoother dev experience
Describe the bug
I installed GPT-Researcher on my Linux server via Docker and so far everything has worked perfectly when I did the first test runs under http://localhost:8000 and http://localhost:3000.
Now I would like to make my GPT-Researcher installation accessible from anywhere via corresponding domains. So I have set up/configured the following two domains:
I have also created an SSL certificate for both domains via Let's Encrypt and configured them so that they can only be accessed via https.
I was then able to access both domains and the appropriate display was loaded. However, I can only successfully perform a search with the Python server (gptr-be.meinedomain.de / Port 8000). If I start a search via the React app (gptr-fe.meinedomain.de / Port 3000), nothing happens (see screenshot)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When the domain gptr-fe.mydomain.com is called up, the React app should not only be displayed cleanly, but should also work when a search is started.
Screenshots
Desktop (please complete the following information):
Additional context
The very first time I call up the domain gptr-fe.meinedomain.de (React app / Port 3000) and before I start a search, I get the following error message in the browser's developer console:
What do I have to do so that I can also access and use the React app via my own domain outside the server? Or is it simply not possible at the current stage to make the setup I want?
The text was updated successfully, but these errors were encountered: