Yes, thanks. I used it that way too
Hi,
I used Serilog to enrich logs with trace IDs, allowing me to keep trace IDs in log files. However, I don't want to lose these IDs in EventHandler logs.
Example: I have a trace ID in a request, but after this request, when the event handler starts, I can't propagate the trace ID to the handler. How can I manage this situation?
Is there any other solution besides moving the trace ID with event data?
Check the docs before asking a question: https://abp.io/docs/latest Check the samples to see the basic tasks: https://abp.io/docs/latest/samples The exact solution to your question may have been answered before, and please first use the search on the homepage.
Provide us with the following info:
🧐 Hint: If you are using the ABP Studio, you can see all the information about your solution from the configuration window, which opens when you right-click on the solution and click on the Solution Configuration
button.
Hi,
We set the extra properties like:
{"RatingSettings":[{"Name":null,"Type":"N","NumberType":1},{"Name":null,"Type":"N","NumberType":2},{"Name":null,"Type":"N","NumberType":3},{"Name":null,"Type":"N","NumberType":4},{"Name":null,"Type":"N","NumberType":5},{"Name":null,"Type":"N","NumberType":6},{"Name":null,"Type":"N","NumberType":7},{"Name":null,"Type":"N","NumberType":8},{"Name":null,"Type":"N","NumberType":9},{"Name":null,"Type":"N","NumberType":10},{"Name":null,"Type":"N","NumberType":11},{"Name":null,"Type":"N","NumberType":12}]}
Then, I used the Repository's FindAsync method, or another app service method, to get the entity object. The extra properties object is shown like this:
{[RatingSettings, ValueKind = Array : "[{"Name":null,"Type":"N","NumberType":1},{"Name":null,"Type":"N","NumberType":2},{"Name":null,"Type":"N","NumberType":3},{"Name":null,"Type":"N","NumberType":4},{"Name":null,"Type":"N","NumberType":5},{"Name":null,"Type":"N","NumberType":6},{"Name":null,"Type":"N","NumberType":7},{"Name":null,"Type":"N","NumberType":8},{"Name":null,"Type":"N","NumberType":9},{"Name":null,"Type":"N","NumberType":10},{"Name":null,"Type":"N","NumberType":11},{"Name":null,"Type":"N","NumberType":12}]"]}
So, I need to create own parse method. Like this;
I just want to ask that we can use any ABP method without our parse method ? It didn't works GetProperty method.
Check the docs before asking a question: https://abp.io/docs/latest
Check the samples to see the basic tasks: https://abp.io/docs/latest/samples
The exact solution to your question may have been answered before, and please first use the search on the homepage.
Provide us with the following info:
🧐 Hint: If you are using the ABP Studio, you can see all the information about your solution from the configuration window, which opens when you right-click on the solution and click on the Solution Configuration
button.
Hi,
Actually, the problem lies in our cloud environment. It works fine on local. So, I need to check cloud settings.
Okay, then I am waiting to hear from you.
If you cannot solve your problem, you can write the points you suspect here, I can help as much as I can.
Thank you, the problem has been resolved. It was related to the App_SelfUrl. I removed the port number from the auth server URL, and it works fine now.
Hello,
I created a project from scratch in the configurations you specified in order to repeat the problem, but I could not repeat it, you can see the GIF below. If you want, you can create a project from scratch and try to reproduce the problem.
You can reproduce the problem both locally and in production environment on your existing solution, right?
Actually, the problem lies in our cloud environment. It works fine on local. So, I need to check cloud settings.
Thank you
After clicking the 'forgot my password' link, I followed the link sent to my email, but I still can't access the app. Is the information in the link correct? Additionally, I am using the application without a tenant in this scenario.
https://auth.testdomain:44342/Account/ResetPassword?userId=b37dfea8-0fe8-d474-5438-3a16e0eaf901&__tenant=&resetToken=CfDJ8KEnJQ%2B39CJPkEDBMKjXRrMB5zqmWi6%2Fy9Fgh%2FZAKzi2LM0nkqoa%2Fq7%2BDEtyzyJtayTrXzvI%2B5v8QnVwJtcrtLlx%2B378HpUf4xCLQ%2BE9uzWcd0DhbguaXkgNwEDZiJ6k6XToZucMGRE7%2BsHCvQIyJDIAJoH5Lqc0GbZkyoNB8MkVjhA0WCNUnqGm%2BtAPhvIZLAqRhcmO1ShlSR9BS0yErV3sYEjR7KBK0tGObQ4je9fC&returnUrl=%2fconnect%2fauthorize%3fresponse_type%3dcode%26client_id%3dPSSX_App_NMM_QA%26state%3dNHdBWHNtSUJRUUNhQ0FCTGtaSnR0eGJhZmxQSERwLnpTRnFqbEU0SS5iR3Rf%3b%25252Flogin%26redirect_uri%3dhttps%253A%252F%252Fsimpl.nmm-qa.testdomain%26scope%3dopenid%2520profile%2520roles%2520email%2520phone%2520PSSX%26code_challenge%3ddep8FZ1sqYWGaAq2QsdjMDbbEoEwdFfmt1q8Yh4uFv8%26code_challenge_method%3dS256%26nonce%3dNHdBWHNtSUJRUUNhQ0FCTGtaSnR0eGJhZmxQSERwLnpTRnFqbEU0SS5iR3Rf
Yes, the URL seems to be correct. Exactly what kind of problem are you having?
When I click on the password reset link from email, I get the error like on the screenshot. It didn't direct to the application to change password page. I thought something was wrong in the link.
Hi,
After clicking the 'forgot my password' link, I followed the link sent to my email, but I still can't access the app. Is the information in the link correct? Additionally, I am using the application without a tenant in this scenario.
https://auth.testdomain:44342/Account/ResetPassword?userId=b37dfea8-0fe8-d474-5438-3a16e0eaf901&__tenant=&resetToken=CfDJ8KEnJQ%2B39CJPkEDBMKjXRrMB5zqmWi6%2Fy9Fgh%2FZAKzi2LM0nkqoa%2Fq7%2BDEtyzyJtayTrXzvI%2B5v8QnVwJtcrtLlx%2B378HpUf4xCLQ%2BE9uzWcd0DhbguaXkgNwEDZiJ6k6XToZucMGRE7%2BsHCvQIyJDIAJoH5Lqc0GbZkyoNB8MkVjhA0WCNUnqGm%2BtAPhvIZLAqRhcmO1ShlSR9BS0yErV3sYEjR7KBK0tGObQ4je9fC&returnUrl=%2fconnect%2fauthorize%3fresponse_type%3dcode%26client_id%3dPSSX_App_NMM_QA%26state%3dNHdBWHNtSUJRUUNhQ0FCTGtaSnR0eGJhZmxQSERwLnpTRnFqbEU0SS5iR3Rf%3b%25252Flogin%26redirect_uri%3dhttps%253A%252F%252Fsimpl.nmm-qa.testdomain%26scope%3dopenid%2520profile%2520roles%2520email%2520phone%2520PSSX%26code_challenge%3ddep8FZ1sqYWGaAq2QsdjMDbbEoEwdFfmt1q8Yh4uFv8%26code_challenge_method%3dS256%26nonce%3dNHdBWHNtSUJRUUNhQ0FCTGtaSnR0eGJhZmxQSERwLnpTRnFqbEU0SS5iR3Rf
Check the docs before asking a question: https://abp.io/docs/latest
Check the samples to see the basic tasks: https://abp.io/docs/latest/samples
The exact solution to your question may have been answered before, and please first use the search on the homepage.
Provide us with the following info:
🧐 Hint: If you are using the ABP Studio, you can see all the information about your solution from the configuration window, which opens when you right-click on the solution and click on the Solution Configuration
button.
Hi,
https://support.abp.io/QA/Questions/6230/ABP-FileDescriptorAppService-overrideExisting-parameters-quest
I have opened the question in the link before. And I tested it now with v8.1.3. If we used overrideExisting parameter as a 'true', it provides to change file content. So, we want to use as a 'False'. But, it didn't any update database when it is 'False'. It is also good for us. But, Could you return a different response with the message? Because, we need to show the reason why no changes were made in database. We don't want to override File Service. So, we need the actual detail of the request result.
Thanks
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, and please first use the search on the homepage. Provide us with the following info:
Hi,
That's weird. Could you please share a simple project with me? i will check it.
my email is shiwei.liang@volosoft.com
I send it thanks