-
Notifications
You must be signed in to change notification settings - Fork 135
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
Getting Error on login page #29
Comments
Yes there is an error that I need to fix with the init -> #24 (comment) |
Could you please describe to me the steps you followed to install OSAT ? |
Hey Stan,
when I tried this command.
So I have added a Django superuser by attaching to container
and then I have added Django superuser by executing
|
creating Django super user leaves me with empty dashboard so I run following commands as you said in #24 To delete database data:
To import it again
It seems that we can not loaddata at first place and we have to flush database first to prevent from getting "duplicate key value violates unique constraint " error. |
OK, I'll look into it. There is an issue with the fixtures it seems. Thanks. I'll keep the issue open for other users to see. |
Hi, any news on this issue? Thought to give it a spin and got stuck with the same error. Thanks |
Hello @Sparkxxx Have you tried:
If so, can you provide me with the issues you encountered ? |
Starting from scratch with the install on VM Debian 10 server:
I'd add some more steps to the install section
Now running:
ctrl+c and comented out in docker-compose.yml
Running docker-compose --env-file .env-example up again
Running docker exec -it osat-server python manage.py loaddata init_data.json , as said CUDA errors is not an issue
Browsing to -->> http://dockers-dev.ops.lan:3000/#/login and I get network error Yesterday on the first install it complained about docker network web beeing unavailable so I just run docker network create web
Could you please also post your docker "web" network config so we can see if there's something wrong there? |
@Sparkxxx Thanks for this amount of details. I've looked at my web config: it is exactly the same. You could give me the errors you see on osat-server when you try to login ? |
The error is the same as the original image of this issue. Where are the logs inside the docker exec -it osat-server bash ? root@97c1ca22e7fe:/opt/app/logs/ only has test.txt file which is empty. |
I think YouTube error comes from the fact that the front is configured only to work on localhost. |
when I visit web app page at http://localhost:3000 it redirects to login address http://localhost:3000/#/login
and I expected to be able to login with userpass admin/admin but I get "Network Error" toast message
What should I do to get to admin panel?
The text was updated successfully, but these errors were encountered: