Alessandro Staffolani
Alessandro Staffolani
Can you provide an example of how to properly inject the instance? I tried in the `app.module` (where I register the `KeycloakConnectModule`) to export the provider, but when I'm injecting...
Here are all the details: My `app.module.ts`: ```typescript import { Module } from '@nestjs/common'; import { ConfigModule } from '@nestjs/config'; import configuration from './config/configuration'; import { AuthGuard, KeycloakConnectModule, ResourceGuard, RoleGuard,...
Any updates on this?
As shown in this closed issue #252. You can solve it using the array/object notation. Here is a working example: ```javascript const Validator = require('validatorjs'); const data = { name:...
Same error, tried to install sample data after installing magento 2.1.7, I cloned sample-data repo from github, I run the command `php -f ./sample-data/dev/tools/build-sample-data.php -- --ce-source="."` then on upgrade I...
I might have understood the problem. Since this issue, I found a different solution so I had my services up and running. Now I tried to add a dummy volume...
It is quite a long log of the docker events because there is the health check of the https-status service that executes every x seconds... For this reason, I did...
Thank you for your support. After reviewing the situation, I realized the issue was on my end. I had generated the `.gitignore` file automatically using PyCharm, which included a rule...