Base solution for your next web application

Activities of "huntethan89"

Hi,

The link is not working and giving error and I think this API is applicable to register user via email and password. However, I want an API for external authentication of a user on net zero side after authenticating the same user though any of social login on native iOS app. Please suggest, how can we do that OR can you give us some direction on this?

Hi,

I am using ASP.Net Core MVC project 12.4.0. I am using the project to create APIs for the native IOS mobile application built using swift etc. I want to register the user on backend for API once the user logged into mobile app using one of the social logins such as Google, Microsoft and Apple etc. Is there any API to register/login the same user on backend as all the claims and social signup is being done at mobile app end? Also, please suggest the best way to implement this in ASP.Net Core.

Hi,

I want to change my login username. Can you please let me know, how to do that.

Hi,

I am just wondering if there is any official method available now to upgrade my ASP .NET zero project version from 10.4.0 to latest one.

Hi @ismcagdas,

I have to remove the site from CDN, as users were not able to access the buttons. Can you please let me know any specific time so that i will up the site again for you for testing.

Hi @ismcagdas,

Related to this issue. We have removed the Sucuri and using Stackpath for CDN now. But same issue facing again.

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? 10.2
  • What is your product type (Angular or MVC)? MVC
  • What is product framework type (.net framework or .net core)? .net core

Hi,

I have created one API on ASP.Net zero and using that API from react native. It is giving response one time but when we call the API again it is returning HTML with error.

Following is the error fetched from logs file:-

WARN 2021-08-17 02:59:19,180 [8 ] e.HttpsPolicy.HttpsRedirectionMiddleware - Failed to determine the https port for redirect. ERROR 2021-08-17 02:59:46,486 [16 ] idateAntiforgeryTokenAuthorizationFilter - The required antiforgery request token was not provided in either form field "__RequestVerificationToken" or header value "X-XSRF-TOKEN". Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException: The required antiforgery request token was not provided in either form field "__RequestVerificationToken" or header value "X-XSRF-TOKEN". at Microsoft.AspNetCore.Antiforgery.DefaultAntiforgery.ValidateRequestAsync(HttpContext httpContext) at Abp.AspNetCore.Mvc.Antiforgery.AbpValidateAntiforgeryTokenAuthorizationFilter.OnAuthorizationAsync(AuthorizationFilterContext context)

Can you please let me know what i am missing?

Thanks

Hi,

I have tried and found the solution you shared did not help us.

When user import excel first time it works fine but whenever user tries to upload same excel with different data or same data it unable read few columns specifically DATETIME type columns and throws null reference error on following line:-

cellValue = formatter.FormatCellValue(worksheet.GetRow(row).GetCell(column));

  • What is your product version? "10.2.0"
  • What is your product type (Angular or MVC)? MVC
  • What is product framework type (.net framework or .net core)? .net core

Hi,

I am trying to read excel from your inbuilt method. It is working succesfully for first time but when i tried to read the excel it is giving following error. Can you please look into this?

i checked the row data when reading first time as follows:-

Wheni read the excel 2nd time i checked the row data as follow:-

As you can see, i have highlighted the part in both images. 2nd time it pick the date cell is some error format due to which we are getting error.

Please check this and let us know.

This is the method where we are getting error during the cell data.

Thanks

Hi,

I am creating test cases for my application.

A method in my service contains a hangfire job to send an email to the user, but when I am trying to use this method in one of my test case in Test project I get below error:-

Can you please let me know what is the issue

Thanks

Showing 11 to 20 of 186 entries