Syed Abdul Hannan

Results 12 comments of Syed Abdul Hannan

Could you please provide more specific details about the issue?

This needs to be closed as this does not provide any info of the issues

Looks like this is a duplicate of #6036 No info provided in the issue

This needs to be closed as it is a duplicate and does not provide any info on the issue

Please mention the question numbers

@Ebazhanov Please close this as this is redundant

Most of the images are not visible in the document

Looks like there are no assessments for PostgreSQL and Docker in Linkedin. Therefore this issue can be closed for now ![image](https://github.com/Ebazhanov/linkedin-skill-assessments-quizzes/assets/91002522/32f905bc-8e60-4e75-8b34-b4c5bbfb66aa) ![image](https://github.com/Ebazhanov/linkedin-skill-assessments-quizzes/assets/91002522/502ae884-17f7-4001-b423-78cf7cd38c12)

i added this code as mentioned by @Ketec ` shared: { ...shareAll( { singleton: true, strictVersion: true, requiredVersion: "auto", }, ["keycloak-js"] ), },` Unfortunately this does not work in my...

Fixed it by making changes to the webpack.config.js file ``` const ModuleFederationPlugin = require("webpack/lib/container/ModuleFederationPlugin"); const mf = require("@angular-architects/module-federation/webpack"); const path = require("path"); const sharedMappings = new mf.SharedMappings(); sharedMappings.register(path.join(__dirname, "../../tsconfig.json"), [...