-
-
Notifications
You must be signed in to change notification settings - Fork 223
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
Empty webpage upon start #1769
Comments
Backend logs:
Frontend logs:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First, I read your Medium articles and they are amazing! Thanks for sharing this!
I have issues with showing something in the browser after running your application.
Just something that is weird about the readme:
The last command doesn't start the containers, only builds them. (the makefile confirms this)
After executing
make run-app
, only the backend is running.This allowed me to surf to http://127.0.0.1:30080/ but of course got panics because the frontend is not found.
So after
make run-frontend
, I just get an empty screen...Can you help me getting this work?
Ah, forgot to mention. I'm using WSL2 with Debian ;-) Maybe this is related. Anyway, I've running both backend & frontend so I could see the traces, but no error is shown.
The text was updated successfully, but these errors were encountered: