Pak Maneth

Results 8 comments of Pak Maneth

@mathiasayivor Just got the time to work on it, will be done by today!

Thank for the feedback, I'll check on the point that you mentioned

@Dun-sin As you mentioned - I have fixed the dialog to be more responsive - Refactor it to has typehint I'm not quite sure what do you mean by edit...

@mathiasayivor That was my bad, I didn't know you had a UI library installed. I read through the project's code and mostly the UI are all written by hand that's...

If you want to use directus v10+ Re-configure `CACHE_REDIS` to just `REDIS` ```properties # example ... CACHE_ENABLED=true CACHE_STORE=redis REDIS=redis://default:${redisPassword}@$(PROJECT_NAME)_${input.redisServiceName}:6379 ... ``` Or you can also use memory cache which should...

Having the same problem, I logged into the `worker` docker container and try `python manage.py test_email ` and receive this `Error: Email could not be delivered due to timed out`...

Hey @Sedation6612 , thank for the method. I've tried what you suggested and what other people suggested here as well but to no avail, I'm still getting the Timeout request....