Activities of "nhontran"

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!

thank maliming for your confirmation, please share with me the fix once you have.

no, it does not work with new project either

Hi @maliming, I just tried to clear the redis cache, it's still not working, and I have tested this in the new project already. do you want to schedule a session to check?

Hi @gterdem, I just tested it using new project with version 4.4.3 and still got the same issue, it's a tiered application.

I have not tried with the version 5.0 preview, as we dont have intention to upgrade it yet, can we check on version 4.4.3 instead?

Hi @maliming, you can refer to this link for the full log: https://1drv.ms/t/s!ApPUoIZEMrYMtm4KDQ1L_T88OQZ_?e=adGw5d

thanks for your support.

Showing 71 to 80 of 139 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30