alsiPanda
alsiPanda
@lifenautjoe , Is there any way to diagnose what is causing the problem, any particular log I can check ?
@lifenautjoe, I tried doing a clean install twice. Deleted the server, did all the prerequisites. The installer runs for at least half an hour before my ssh window times out....
@lifenautjoe , thanks for the reply. I tried the solution on stack, that fixed the error part. But, here is the thing with the never ending full install. I tried...
@lifenautjoe I tried the following : first `docker-compose -f docker-compose-full.yml up -d` to install and run the docker containers followed by `python3 okuna-cli.py up-full`, this time there was a message...
@lifenautjoe I tried accessing the server via browser and it seems to work. Showing the django page. Just one small query, when i go to /admin, what is the default...
@Hansmic in my case, I just bypassed the invitation part and registered directly. I did this by making changes in the api and app, edited out the invitation part, can't...
@Hansmic assuming you are running locally, you would normally have to get an invitation code before you can complete registration on the app. I bypassed the invitation part in both...
@Hansmic Most probably, this should be an issue with your connection to api. Have you properly setup the api address in your app ? Check your env file and any...
@Hansmic if you only need to bypass that particular page, you will need to change what the next button does in the page preceding the one in question. But then...
@lifenautjoe is there any way to figure out exactly what is wrong that I can try, since neither django not flutter logs are giving any errors