Closed gempain closed 3 years ago
@robertorubioguardia a fix has been released in v1.0.0-beta.12. Can you confirm this is working for you ?
Hi mate.
I did a docker system prune to delete all images, then docker-compose down and up again and the problem persists.
Am I missing something to get the latest code?
Cheers,
I don't think doing a system prune helps in this case, at least not in the order you mentioned. To pull the latest images, all you have to do is:
docker-compose pull
docker-compose up -d
There's no need to down
anything 😄
Hi @gempain
Thanks mate 😆 I am new in dockerland and still fiding my way around it.
The fox worked like a charm.
Is it ok if I keep coming with issues, etc? I am really into Meli but dont want to bug you too much :)
@robertorubioguardia I'm glad it helped ! Docker and Docker Compose are awesome, I'm sure you'll love it 😄
You are very welcome to open as many issues as you want. It helps other users that might have the same issues as you. You may as well join our chat if you'd just like to ask general questions. I'd be happy to learn about why you're using Meli and how it helps you, so head out here 🚀
I'll close this issue, but you may continue replying and we will reopen if needed.
Enjoy Meli !
Following the comment from @robertorubioguardia.
HI @gempain
I managed to add GitHub authentication and accept the invite following your instructions and then added the user as a member of a team in my organization, with no admin powers.
Thing is, when I log in from the new invited user, I get a 403 error in the GUI where the teams should be listed. The API error in the console is:
If I add the user to the team with admin powers, there is no error. I have also confirmed the team ID is valid.
Cheers.