ars128
ars128
Hey @PatrykPlewaOfficial , Kindly follow this [commit](https://github.com/uvdesk/community-skeleton/commit/79ed0f63f487c87da5fe4936774cec2ebe6e0f1f) for the setup of the project. Setup the project locally and then deploy on docker, and make sure that inside the container *...
**The folder vendor does not exist. That is the problem I have been reporting a few weeks back.** you need to run composer create-project inside your container so all the...
FROM ubuntu:latest LABEL maintainer="[email protected]" ENV GOSU_VERSION=1.11 # Install base supplementary packages RUN apt-get update && apt-get -y upgrade \ && apt-get update && apt-get install -y software-properties-common && add-apt-repository -y...
**In DefinitionErrorExceptionPass.php line 49: Cannot autowire service "Webkul\UVDesk\MailboxBundle\Console\RefreshMailboxCommand": argument "$microsoftIntegration" of method "__construct()" has type "Webkul\UVDesk\CoreFrameworkBundle\Services\MicrosoftIntegration" but this class was not found. ** This issue occurs because the Mailbox bundle...
This is realted to some symfony class which is missing while auto dump class is loaded, You can try to setup the project again and in the composer.json file, you...
Hi, @DylanBanta Can you please try once again, by modifying your docker file in which need to remove this line, https://github.com/uvdesk/community-skeleton/blob/master/Dockerfile#L70-L77 Then try to build the docker image. I want...
@Karinza3 @alexhjelmnf , Can you please try once with this [commit](https://github.com/uvdesk/mailbox-component/commit/6c2f00ab8d6d832f47ec4fe44282bcac14c70241) ?
Can you please try once with this [commit](https://github.com/uvdesk/mailbox-component/commit/6c2f00ab8d6d832f47ec4fe44282bcac14c70241) ? kindly replace this file under vendor/uvdesk/mailbox-component path