Baptiste Fotia

Results 99 comments of Baptiste Fotia

Thanks @StCyr :) We must find a solution to hide the workspace button in the header and show authorized users only. But we should create an error page **403 Forbidden**...

> Could you remove the two console.debug in SpaceDetails ? I agree with the api call, that is not in action, but the two concerning the dialog appearance don't seem...

Thanks @smarinier :+1: I'm working on the connection between the back-end and front-end for this part :+1:

Hi @marien-probesys , thanks for your answers :+1: I understand your goals. Maybe this could help me. I will keep an eye on the project. What is the difference between...

> Looks like a typo in the URL: > > ![Screenshot 2023-05-15 at 14 19 17](https://user-images.githubusercontent.com/3404133/238347140-cc2d4804-10ea-4879-9804-6a5cd13486c1.png) > > keycloak not keacloa**c**k Thanks @juliushaertl , I am stupid >< I retried...

Arf... Always the same problem even after run the `docker compose up -d --force-recreate proxy` command...

I tried to delete all my images and recreate with `docker compose up proxy nextcloud ldap keycloak` and always the same problem... It's very strange... :thinking:

I don't know if it's that, but the url is `keycloak.local.dev` and not `keycloak.dev.local` : https://github.com/juliushaertl/nextcloud-docker-dev/blob/172b158844e028858df4a1a4b258c1ec6330bf46/docker/bin/bootstrap.sh#LL132C1-L132C130

Hmm... But, should I have access to keycloak.local in this case, no ? In my .env file, the domain sufix is `.local`. ```ini # .env DOMAIN_SUFFIX=.local ``` If you write...