[maliming] said: hi
Can you share the debug logs of 44393 website?
Thanks
If you wish, I can give you access to the source code where I am implementing it, so you can run the application yourself and see what happens. Please contact me by email, francisco.sierra@semicrol.com
Hi,
I have uploaded the log to the repository. You can find it here https://github.com/franciscosl-fnet/abp-app-domain-based/blob/main/Logs20251217.txt
When I take it to the production application, I am getting an error in this call: https://{0}.localhost:44393/.well-known/openid-configuration
The ports are different because it is another solution. What could be the reason for this?
Thank you. I am currently migrating the code to my production application, so I haven't been able to test it yet.
Reviewing the Nuget dependencies that I add to my application, I see that the Nuget Owl.TokenWildcardIssuerValidator is added, which comes from your personal repository,
Shouldn't this code be inside the abp code?
Now it works, I can access the new tenant via URL, but when I do so, the website is marked as unsafe.
Now I need to transfer it to my production application. Could you explain how you solved it and how everything works so that I can understand what I need to do, rather than just copying and pasting?
Thank you very much!
I get the following error:
error:invalid_request error_description:The specified 'redirect_uri' is not valid for this client application. error_uri:https://documentation.openiddict.com/errors/ID2043 culture:es ui-culture:es
I tried with a new database, and I get the same error. In both cases, I ran dbmigrator.
[maliming] said: hi
Reproducible repository: 👉 https://github.com/franciscosl-fnet/abp-app-domain-based
Can you share the steps?
I will check it
Thanks.
Hi, sorry, I thought that the problem description already explained how to reproduce it.
Unfortunately, the proposed solution does not work for us. We have tested it both in our application and in a clean ABP application, and the behavior is the same.
To make this reproducible, I created a clean ABP 9.1.3 solution (Blazor Interactive – WebAssembly only) and applied the suggested changes.
Reproducible repository: 👉 https://github.com/franciscosl-fnet/abp-app-domain-based
In this sample:
This suggests the issue is not project-specific. Any guidance after reviewing the repo would be appreciated.
Hello,
We believe that the problem comes from the support that ABP gives to blazor, because in other Blazor WASM applications published in azure this does not happen to us, we have no performance problems. Also, as we have seen in several links, this error is reported by several people, where they are also not given an effective solution.
The only solution is to have to migrate to blazor server or blazor webapp, is that the "support" given to blazor WASM?