ed_developer3的活动

Hi Masum,

Thanks you for patience

2 In Angular application if we navigate to any component then #/ has to be suffixed without which application gives 404 page not found. Can we get rid of #.

we were deploying this on Windows IIS and when we removed # using hashstrategy no other page than dashboard was opening. So do we need to do some other setting so that we can get rid of # in Angular website (We tried same on ngnix but no luck).

Thanks

Hi Masum,

Aslo we wanted to replace favicon on API side and we were struggling to find way to do that, can you please share any info on this as well.

Thanks

Hi Masum, we are using 7.0.2 version of commercial abp suite.

Also how can we are facing issue while resending OTP code as 2 factor authentication OTP process. We are doing agax post to api but its giving 500 error while the api is working correct if we call api using swagger. Do you have any clue our angular app is not able to call web api for sending code again using ajax post method.

Thanks

1 yes we don't want to show it as toaster and the way you have shown in your screenshot. we want to show it right below the password field that username/password invalid. 2 We will check # suggestion thanks. 3 we wanted to show a client and their contacts in single page where in user can modify single client and their contacts. we open a popup to add new contact while a user is editing a client. Example shown by you has grid samples.

Thanks!

Hi mahmut

Can you please help us here we need this to work out for us as we have to deliver this module. Early help is appreciated.

abp button has a input that name is buttonClass https://github.com/abpframework/abp/blob/c8199a2582f9e5302047b9c4360174e30e2e62a2/npm/ng-packs/packages/theme-shared/src/lib/components/button/button.component.ts#L37

example

<abp-button buttonClass="btn btn-default"> </abp-button>

Hi

We are using application template with Angular as front end. We want to add a css class in the html of Component generated by abp suite for an entity. Can you please suggest if we can apply some class to the abp-modal shown in the screenshot below.

Also how can we open other component for another related entity from parent component. e.g. Client has contacts and we want to show contacts collection in client create/edit component and for collection of contact we want to provide a button to open a popup where new contacts can be added. please suggest best way of doing this.

We are using Application template with Angular as frontend for our application.
1 We are facing issue in forgotpassword page of APi ( using leptonx theme). When a user is entering wrong email which does not exists we want to show user a prompt that user does not exist. Currently its giving a toaster with User does not exist , we want it to be shown above submit button in forgotpassword page. how can we do that. 2 In Angular application if we navigate to any component then #/ has to be suffixed without which application gives 404 page not found. Can we get rid of #. 3. We have entity client created and contact entity created. Client can have many contacts and contact has many types. we created thes entities using abp suite and it created clientinformation and contactinformation components in front end. But we want client page to have a listing section of contacts which can be used to list all contacts of client and can add remove and modify contact for a client. Images attached Thanks!

Hi,

It is working fine in localhost but not after deployed on linux server.

Request finished HTTP/1.1 GET http://localhost/Abp/ApplicationLocalizationScript?cultureName=en - - - 200 64224 application/javascript 67.2941ms [10:16:10 INF] Route matched with {area = "Abp", action = "GetAll", controller = "AbpServiceProxyScript", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult GetAll(Volo.Abp.AspNetCore.Mvc.ProxyScripting.ServiceProxyGenerationModel) on controller Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController (Volo.Abp.AspNetCore.Mvc). [10:16:10 INF] Request finished HTTP/1.1 GET http://localhost/css/pro/top-menu/layout-bundle.css - - - 302 0 - 3.5415ms [10:16:10 WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. [10:16:10 INF] Executing ContentResult with HTTP Response ContentType of application/javascript [10:16:10 INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) in 88.1192ms [10:16:10 INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc)' [10:16:10 INF] Request finished HTTP/1.1 GET http://localhost/Abp/ApplicationConfigurationScript - - - 200 5662 application/javascript 95.2566ms [10:16:10 INF] Executing ContentResult with HTTP Response ContentType of application/javascript [10:16:10 INF] Executed action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) in 21.5592ms [10:16:10 INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc)' [10:16:10 INF] Request finished HTTP/1.1 GET http://localhost/Abp/ServiceProxyScript - - - 200 45955 application/javascript 78.8211ms [10:16:10 INF] Request starting HTTP/1.1 GET http://localhost/Error?httpStatusCode=404 - - [10:16:10 INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Controllers.ErrorController.Index (Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared)' [10:16:10 INF] Route matched with {action = "Index", controller = "Error", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.IActionResult] Index(Int32) on controller Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Controllers.ErrorController (Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared). [10:16:10 INF] Executing ViewResult, running view ~/Views/Error/404.cshtml. [10:16:10 WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. [10:16:10 INF] Executed ViewResult - view ~/Views/Error/404.cshtml executed in 3.9393ms. [10:16:10 INF] Executed action Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Controllers.ErrorController.Index (Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared) in 5.0962ms [10:16:10 INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Controllers.ErrorController.Index (Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared)' [10:16:10 INF] Request finished HTTP/1.1 GET http://localhost/Error?httpStatusCode=404 - - - 404 - text/html;+charset=utf-8 8.5444ms [10:16:11 INF] Request starting HTTP/1.1 GET http://localhost/__bundles/moment.min.js.map; - - [10:16:11 INF] Request finished HTTP/1.1 GET http://localhost/__bundles/moment.min.js.map; - - - 302 0 - 3.4813ms [10:16:11 INF] Request starting HTTP/1.1 GET http://localhost/Error?httpStatusCode=404 - - [10:16:11 INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Controllers.ErrorController.Index (Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared)' [10:16:11 INF] Route matched with {action = "Index", controller = "Error", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.IActionResult] Index(Int32) on controller Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Controllers.ErrorController (Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared). [10:16:11 INF] Executing ViewResult, running view ~/Views/Error/404.cshtml. [10:16:11 WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. [10:16:11 INF] Executed ViewResult - view ~/Views/Error/404.cshtml executed in 8.6285ms. [10:16:11 INF] Executed action Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Controllers.ErrorController.Index (Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared) in 9.9069ms [10:16:11 INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Controllers.ErrorController.Index (Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared)' [10:16:11 INF] Request finished HTTP/1.1 GET http://localhost/Error?httpStatusCode=404 - - - 404 - text/html;+charset=utf-8 13.5558ms

Just replaced the endpoint with the localhost

Hi,

I am getting 400 error An internal error occurred during your request! on connect/authorize api. No detailed error in log files.

Working fine in localhost but 400 error after deployed on linux server

Steps:

  1. Run swagger
  2. Click on authorize button
  3. It will redirect to error 400 page Login page is not opening.

显示 63 个条目中的 51 到 60 个.
Made with ❤️ on ABP v8.2.0-preview Updated on 三月 25, 2024, 15:11