-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
Development question #613
Comments
There's traces of conenction in octoprint logs, IP just looks a bit combined but stoll no errors
|
The right command to start the dev app is |
Works! Thank you very much! |
Except for api-connection, need to check the octoprint-end now apparently. |
You need to enable CORS for the API in OctoPrint :) |
We're set, thanks a lot. I simply forgot that when coming from outside the connection is ip:80 and not ip:5000 :) Refreshing to feel like full n00b again :) |
Great that you‘re all set! Feel free to open any PRs :) |
My goal is to do some testing on a separate computer in same network. I can do ng serve just fine, I open the localhost:4200 in browser and I see the splash-screen, but after that I get only the gray screen with source code of the splash screen.
So, apparently something is not working, is this scenario even possible? I would not like to do the dev- on the raspi connected to printer, rather on a separate comp.
My raspi with octoprint is on 192.168.1.220 and the dev-debian is on 192.168.1.8, my understanding is that this setup should work?
The text was updated successfully, but these errors were encountered: