Activities of "Anjali_Musmade"

Hello srgzibrahim@gmail.com,

Please check https://medium.com/volosoft/how-to-add-a-new-javascript-library-to-your-abp-project-62b21545f4cc

Please do let me know if it helps you

Thanks, Anjali

Hello smansuri,

please do have look to similar issues https://support.abp.io/QA/Questions/702/NullInjectorError-in-console-Angular-app-couldn%27t-load https://support.abp.io/QA/Questions/773/NullInjectorError-when-access-to-Permission-features

please do let me know if find helpful

Thanks, Anjali

Hello devpayoff,

Can you please try this I was able to repro and able to run the project with the below solution.

"configurations": {
    "production": {
      "optimization": false,  // added
      "budgets": [
        {
          "type": "initial",
          "maximumWarning": "5mb", // updated
          "maximumError": "8mb" // updated
        },
        {
          "type": "anyComponentStyle",
          "maximumWarning": "2kb",
          "maximumError": "100kb"
        }
      ],
      "fileReplacements": [
        {
          "replace": "src/environments/environment.ts",
          "with": "src/environments/environment.prod.ts"
        }
      ],
      "outputHashing": "all"
    },

Hello devpayoff,

I am able to reproduce the issue at my end and working on it.

can you please share yarn.lock file by which you are able to run project successfully so that I can better assist you.

Regards,

Hello Spospisil Please add this code in main.css you can set the opacity I set it as 1 by default it is 0.5.

.ps__thumb-y {
    background-color: rgba(var(--lpx-navbar-text-color-rgb), 1) !important;
}

Is this what you want?

Please do let me know if this helps you

Thank you Anjali

Answer

Hi

can you update you HttpApiHostModule ConfigureAuthentication with this code

the MetaAddress will be your http://apihost.obinex.com.tr/

also change RequireHttpsMetadata to false in appsettings

let me know if you get any errors after this

Hi

is the tenant onboarding done without login to host user?

to add extraproperties please follow below links

https://docs.abp.io/en/abp/latest/Module-Entity-Extensions https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Extending-Entities https://docs.abp.io/en/abp/latest/Object-Extensions#addorupdateproperty

Hello ravick@cloudassert.com,

Please do have look to this similar issue https://support.abp.io/QA/Questions/1036/How-to-limit-roles-in-identity-management

please do let me know if found helpful for you

Thank you, Anjali

Hello oshabani,

Please do have look to these links

  1. https://github.com/abpframework/abp/blob/dev/modules/permission-management/src/Volo.Abp.PermissionManagement.Web/Pages/AbpPermissionManagement/permission-management-modal.js
  2. https://docs.abp.io/en/abp/latest/UI/AspNetCore/Modals#events
  3. https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface#overriding-a-page-model-c

please do let me know if find helpful for you

Thank you, Anjali

Answer

Hello,

https should be there in RemoteServices.Default.BaseUrl like - https://apihost.obinex.com.tr/

Can you please check database, whether URL's are updated or not

Check whether login is working from AuthServer / Swagger application

Check whether if there is any firewall settings, which is blocking connection between web app and authserver.

Thanks, Anjali

Showing 711 to 720 of 1087 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30