Atividades de "team.net"

Pergunta
  • ABP Framework version: v7.2.1
  • UI Type: MAUI
  • Database System:SQL Server
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
  • Exception message and full stack trace:

2023-12-18 19:09:59.846777+0530 ETVSoftware.FirstResponders.WebApp.Maui[7959:311694] [Unknown process name] Error: this application, or a library it uses, has passed an invalid numeric value (NaN, or not-a-number) to CoreGraphics API and this value is being ignored. Please fix this problem. 2023-12-18 19:09:59.847077+0530 ETVSoftware.FirstResponders.WebApp.Maui[7959:311694] [Unknown process name] If you want to see the backtrace, please set CG_NUMERICS_SHOW_BACKTRACE environmental variable. 2023-12-18 19:09:59.847246+0530 ETVSoftware.FirstResponders.WebApp.Maui[7959:311694] [Unknown process name] Error: this application, or a library it uses, has passed an invalid numeric value (NaN, or not-a-number) to CoreGraphics API and this value is being ignored. Please fix this problem. 2023-12-18 19:09:59.847368+0530 ETVSoftware.FirstResponders.WebApp.Maui[7959:311694] [Unknown process name] If you want to see the backtrace, please set CG_NUMERICS_SHOW_BACKTRACE environmental variable. 2023-12-18 19:09:59.847513+0530 ETVSoftware.FirstResponders.WebApp.Maui[7959:311694] [Unknown process name] Error: this application, or a library it uses, has passed an invalid numeric value (NaN, or not-a-number) to CoreGraphics API and this value is being ignored. Please fix this problem. 2023-12-18 19:09:59.847634+0530 ETVSoftware.FirstResponders.WebApp.Maui[7959:311694] [Unknown process name] If you want to see the backtrace, please set CG_NUMERICS_SHOW_BACKTRACE environmental variable. 2023-12-18 19:09:59.847760+0530 ETVSoftware.FirstResponders.WebApp.Maui[7959:311694] [Unknown process name] Error: this application, or a library it uses, has passed an invalid numeric value (NaN, or not-a-number) to CoreGraphics API and this value is being ignored. Please fix this problem. 2023-12-18 19:09:59.847879+0530 ETVSoftware.FirstResponders.WebApp.Maui[7959:311694] [Unknown process name] If you want to see the backtrace, please set CG_NUMERICS_SHOW_BACKTRACE environmental variable. 2023-12-18 19:09:59.848012+0530 ETVSoftware.FirstResponders.WebApp.Maui[7959:311694] [Unknown process name] Error: this application, or a library it uses, has passed an invalid numeric value (NaN, or not-a-number) to CoreGraphics API and this value is being ignored. Please fix this problem. 2023-12-18 19:09:59.848126+0530 ETVSoftware.FirstResponders.WebApp.Maui[7959:311694] [Unknown process name] If you want to see the backtrace, please set CG_NUMERICS_SHOW_BACKTRACE environmental variable. 2023-12-18 19:09:59.848223+0530 ETVSoftware.FirstResponders.WebApp.Maui[7959:311694] [Unknown process name] Error: this application, or a library it uses, has passed an invalid numeric value (NaN, or not-a-number) to CoreGraphics API and this value is being ignored. Please fix this problem. 2023-12-18 19:09:59.848324+0530 ETVSoftware.FirstResponders.WebApp.Maui[7959:311694] [Unknown process name] If you want to see the backtrace, please set CG_NUMERICS_SHOW_BACKTRACE environmental variable. 2023-12-18 19:10:01.635073+0530 ETVSoftware.FirstResponders.WebApp.Maui[7959:311694] [Unknown process name] CGContextSetLineDash: invalid dash array: at least one element must be non-zero. System.Net.Http.HttpClient.Default.LogicalHandler: Information: Start processing HTTP request POST https://frps-web-app-api-dev.azurewebsites.net/api/app/contractors/submit-approval-for-current-user?api-version=1.0 System.Net.Http.HttpClient.Default.ClientHandler: Information: Sending HTTP request POST https://frps-web-app-api-dev.azurewebsites.net/api/app/contractors/submit-approval-for-current-user?api-version=1.0 2023-12-18 19:10:02.326116+0530 ETVSoftware.FirstResponders.WebApp.Maui[7959:311694] [Unknown process name] CGContextSetLineDash: invalid dash array: at least one element must be non-zero. System.Net.Http.HttpClient.Default.ClientHandler: Information: Received HTTP response headers after 2174.4406ms - 400 System.Net.Http.HttpClient.Default.LogicalHandler: Information: End processing HTTP request after 2177.2116ms - 400 Thread finished: <Thread Pool> #20

While making POST Request getting 400 on MAUI IOS but working fine on Android.

on my maui project inside CompleteRenewOfficerAgreementPageViewModel class this is how i inject the interface of my api public CompleteRenewOfficerAgreementPageViewModel(IContractorsAppService contractorsAppService)

** this is my view model inherited from** public class CompleteRenewOfficerAgreementPageViewModel : FirstRespondersViewModelBase, ITransientDependency

** this is the api calling line ** await _contractorsAppService.SubmitApprovalForCurrentUserAsync(postData);

Is there any MAUI Blazor mobile app available for the Mobile Application? I checked the application but the mobile application is in MAUI, not MAUI Blazor. I'm using a separate identity server and Blazor web assembly. with that, I want to use MAUI Blazor as a mobile application. in which version or configuration i can find that?

Thanks

  • ABP Framework version: v7.2
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
Mostrando 1 até 2 de 2 registros
Made with ❤️ on ABP v8.2.0-preview Updated on março 25, 2024, 15:11