Activities of "nhontran"

Hi, I am looking for the other topics and found the answer, I have copied the access-token to the corp laptop

%UserProfile%\.abp\cli\access-token.bin

Hi, my corporate laptop has limited internet connection, it only allows to browse the internet using "virtual browser", the other tools such as cmd, powershell.... have been restricted to the internet connection which I could not login to abp using abp cli

I can access the abp openid using browser but could not with cmd:

Now I got stuck at license check and unable to launch the application using Visual Studio:

Is there any workaround to resolve this issue?

Thank you.

Hi, please ignore the question, I found that our license has been expired, we are trying to renew it.

Thank you.

Hi @maliming, it works now.

Thanks a lot for your support :)

just sent you the project, thanks.

Hi @maliming, it does not work.

First, the IFormApplicationService does not contain the GetCsvResponsesAsync() method:

        [HttpGet]
        [Route("{id}/download-responses-csv")]
        public Task<IRemoteStreamContent> GetCsvResponsesAsync(Guid id, GetResponseListInputDto input)
        {
            return FormAppService.GetCsvResponsesAsync(id, input);
        }

so, I have tried comment out this method and follow the rest, and got this error

Microsoft.AspNetCore.Routing.Matching.AmbiguousMatchException: The request matched multiple endpoints. Matches: 
Volo.Forms.Forms.FormController.GetListAsync (Volo.Forms.HttpApi)
test.formsurvey.Controllers.MyFormController.GetListAsync (test.formsurvey.HttpApi)

Can you help try on your side first?

Thank you.

Hi @maliming, the AbpControllerBase, IFormAppService are not available, do you mean AbpController, IFormApplicationService?

Hi @gterdem, thanks a lot for checking and update.

May I know what is the root cause? is there any workaround for this issue instead of waiting for the next release?

Hi @gterdem, I just sent the source code to support@abp.io

Please help me check, thank you.

Hi @maliming, the fix is working, I am able to link the user now.

Thanks for your support!

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