We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Model lama
Describe the bug The web app shows only a empty page. The title is "IOPaint" but the body is empty. HTML Source below.
INFO: 127.0.0.1:51305 - "GET / HTTP/1.1" 200 OK INFO: 127.0.0.1:51305 - "GET /assets/index-ydVO5PAq.js HTTP/1.1" 200 OK INFO: 127.0.0.1:51306 - "GET /assets/index-0foJStMW.css HTTP/1.1" 200 OK INFO: 127.0.0.1:51305 - "GET /favicon.ico HTTP/1.1" 404 Not Found
I fixed the 404 but this was not the problem.
System Info Software version used
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>IOPaint</title> <script type="module" crossorigin src="[/assets/index-ydVO5PAq.js](http://localhost:8090/assets/index-ydVO5PAq.js)"></script> <link rel="stylesheet" crossorigin href="[/assets/index-0foJStMW.css](http://localhost:8090/assets/index-0foJStMW.css)"> </head> <body> <div id="root"></div> </body> </html>
The text was updated successfully, but these errors were encountered:
Can you try the methods in this issue to see if they work? #460
Sorry, something went wrong.
:-) this worked for me, thank you!
No branches or pull requests
Model
lama
Describe the bug
The web app shows only a empty page. The title is "IOPaint" but the body is empty. HTML Source below.
INFO: 127.0.0.1:51305 - "GET / HTTP/1.1" 200 OK
INFO: 127.0.0.1:51305 - "GET /assets/index-ydVO5PAq.js HTTP/1.1" 200 OK
INFO: 127.0.0.1:51306 - "GET /assets/index-0foJStMW.css HTTP/1.1" 200 OK
INFO: 127.0.0.1:51305 - "GET /favicon.ico HTTP/1.1" 404 Not Found
I fixed the 404 but this was not the problem.
System Info
Software version used
The text was updated successfully, but these errors were encountered: