I have been authorized to share our project with you. I'll send you an email with a link to download the project. It includes packages because we use private feeds.
Thanks
These examples replicate the ABP solution, I need to be able to use a single ABP solution and control the features based on the deployment (application settings) or publishing profile.
The problem may be that when you launch the two apps (Blazor+Api) the DLLs are recompiled and therefore Visual Studio cannot handle it correctly.
The project is large and we're not authorized to share it directly. Can we organize an online meeting?
Thanks
I saw your video with Abp 9. I'll try to use your suggestion but not working. I need to use also debug with "Edit and continue" option on razor.cs files.
My question was, how can I use Blazor.Client as if it were a real Blazor WASM application? If it worked like the standard Microsoft one, everything should work automatically, right?
Thanks for your support.
But I always run it as Blazor Hosted, right? If so, every time I make a change, it has to recompile the Balzor.Client DLL, which takes time and often prevents hot reloading. It looks like you're not using my version of ABP.
I don't have any launchSettings.json in Blazor.Client project. Should I copy it from the Blazor project? And what should I put as the project name in the command you indicated, Blazor.Client? "commandLineArgs": "watch run debug --launch-profile Myapp.Blazor.Client"
P.s. Are you using Apb 8.3.2?
I also tried creating a new project with Abp 9, which didn't produce an error; it started but didn't load the pages. In any case, I need to use Abp 8.3.2; I can't migrate to Abp 9.
Thanks
If I try to set the Blazor.client project as the startup project and try to launch debug, I get the following error: Error: Cannot find runtime config at XXX.Blazor.Client\bin\Debug\net8.0\XXX.Blazor.Client.runtimeconfig.json
[berkansasmaz] said: Hi Jesse 👋,
Yes, it's possible to use an external OIDC identity provider as the main login without using the ABP AuthServer.
To do this:
- Do not create a tiered solution when generating your app.
Hi berkansasmaz, I'm following this thread because I have a similar setup to do and I have the same configuration issues.
I will open a ticket about it soon, but I'll take this opportunity to better understand your suggestion. From your Gif it seems that in addition to the Account module you also installed the OpenIddict UI module. Creating a non-tiered solution means using OpenIddict included in ABP, right?
If I were to have multiple instances of my backend application this scenario would not work.
Also jesse.torres said: "Just to clarify. I want to use an external OIDC ID provider as the main login to my app. I do not want to use or maintain Auth server. Is this possible with ABP?"
Sorry to butt in, but I think this is an interesting topic for everyone.
Thank you for your understanding and availability