-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't access frontend, it will remain loaded and cannot be accessed. #217
Comments
I still have 4 GB of usable memory left |
I started the frontend project locally instead of using Docker, which is working |
I have deployed the project on an Azure B1S host, and when accessing port 5050 through a custom domain, it also indicates {"message": "Hello World"}.
|
@xyfacai That will work just fine For a quick solution, you deploy frontend on vercel |
Deploying the front end on Vercel is a good choice. Could you please tell me where I can find a detailed guide on how to deploy the front end on Vercel? Thank you. |
There are many guides online but its quick & easy, here are some quick steps
|
The Next js frontend needs to be built first and it takes time when it's run for the first time. Just wait for some time to let it build. Or run only the backend docker container and manually run the frontend by- cd frontend
yarn && yarn dev |
I have encountered a similar issue. I am running on my Mac M1 16G, Bash shows successful startup, and the quivr backend is successfully accessed in the browser. Indicates {"message": "Hello World"}
But I visited http://localhost:3000/ It will remain loaded and cannot be accessed.
The text was updated successfully, but these errors were encountered: