Activities of "shobhit"

Question
  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:NA
  • Steps to reproduce the issue:"NA

I have to configure gmail smtp. It is not working as per my current setup. Please find below the smtp details.

 "Abp.Mailing.Smtp.Host": "smtp.gmail.com",
"Abp.Mailing.Smtp.Port": "587",
"Abp.Mailing.Smtp.UserName": "aztutedev11@gmail.com",
"Abp.Mailing.Smtp.Password": "$^&%^(*&FGJHGKJ", //Hased password
"Abp.Mailing.Smtp.Domain": "",
"Abp.Mailing.Smtp.EnableSsl": "true",
"Abp.Mailing.Smtp.UseDefaultCredentials": "false",
"Abp.Mailing.DefaultFromAddress": "aztutedev11@gmail.com",
"Abp.Mailing.DefaultFromDisplayName": "Aztute Command Center",
  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:NA
  • Steps to reproduce the issue:"NA

we are using "abp-lookup-input" for binding the drop-down control. Question is how to integrate and get both key and display name.

  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:NA
  • Steps to reproduce the issue:NA

1- in any form, if Navigation modal clicked then form is freezing

  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: NA
  • Steps to reproduce the issue:" NA

Query: We need provision to send an email to user when tenant/host admin register any new user. Please confirm the process.

  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:NO
  • Steps to reproduce the issue:" NA Scenario: get a user details who has first name as "john" and who lives in "california" and having mobile no "*89".

1- Does ABP provide any capability to get a user relevent data from any abp + custom table (assuming custom tables have userid column) 2- Does ABP provide any wild search capability across all ABP and Custom tables to get data 3- If there is not internal api available then what is the best practice to create a dynamic query and get the data based on above 2 scenarios.

  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: NA
  • Steps to reproduce the issue:" NA
  • create hierarchy of organizatoin unit
  • add multiple roles for each organization unit
  • add user in organization unit and give a role
  • Login as user and
  • User get assigned all roles permission available in Organization unit
  • Question: is it bug or is it by design. As per me an organization unit can have multiple roles and users so no way user can have all roles permission.
  • ABP Framework version: v4.3.3
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: Please refer the attache image
  • Steps to reproduce the issue:"
  • 1- Run abp suite
  • 2- create new entity
  • 3- Got the error

Hi Team, I am getting below error in my new machine. Not sure what i am missing. I have followed the setup instruction from: https://docs.abp.io/en/commercial/latest/getting-started?UI=NG&DB=EF&Tiered=Yes

C:\Users\MYName>dotnet tool install -g Volo.Abp.Cli

error NU1101: Unable to find package volo.abp.cli. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages The tool package could not be restored. Tool 'volo.abp.cli' failed to install. This failure may have been caused by:

  • You are attempting to install a preview release and did not use the --version option to specify the version.
  • A package by this name was found, but it was not a .NET tool.
  • The required NuGet feed cannot be accessed, perhaps because of an Internet connection problem.
  • You mistyped the name of the tool.

For more reasons, including package naming enforcement, visit https://aka.ms/failure-installing-tool

  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: 2 problem statement:
  • 1- Angular is not generating TypeAhead control and feature. Steps provided below.
  • 2- How to convert current textbox or dropdown to typeahead type control? it will help us to improve current application
  • Steps to reproduce the issue:
  • 1- Create new entity in ABP Suite
  • 2- In Navigation Property select entity and type as "TypeAhead"
  • 3- Angular UI don't generate typeahed field
Question
  • ABP Framework version: v4.0.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • 2 errors:
  • 1- on start of ABP suite getting below error
  • 2- Cannot run the angular app
  • Steps to reproduce the issue:
  • 1- Starting Suite v4.2.1 ... [19:20:33 ERR] ABP-LIC-0016 - You are not granted permission to use the module 'Volo.Abp.Suite-v4.2.1.0'. 2- Warning: Entry point '@volo/abp.ng.account/config' contains deep imports into 'C:/Shobhit/Projile/EzpandCC/angular/projects/account/admin/src/public-api.ts'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

Error: Failed to compile entry-point @volo/abp.ng.account/config (es2015 as esm2015) due to compilation errors: projects/account/admin/src/account-settings.module.ts:28:14 - error NG6002: Appears in the NgModule.imports of AccountConfigModule, but could not be resolved to an NgModule class.

Is it missing an @NgModule annotation?

28 export class AccountSettingsModule {} ~~~~~~~~~~~~~~~~~~~~~ projects/account/admin/src/account-settings.module.ts:28:14 - error NG6003: Appears in the NgModule.exports of AccountConfigModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

Is it missing an Angular annotation?

28 export class AccountSettingsModule {} ~~~~~~~~~~~~~~~~~~~~~

NOTE: i started getting this issue from yesterday and we have commerical license of ABP.

Showing 71 to 80 of 92 entries
Made with ❤️ on ABP v9.1.0-rc.1. Updated on January 17, 2025, 14:13