Replies: 2 comments 4 replies
-
Yes, You need to deploy |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, @ilkayilknur I deployed HttpApi.Host right away to a new service and have been trying to tie them together. But I always get this error Could you take a look at this for me and give me a pointer if you see what I´m wrong? HttpApi.Host appsettings.json
My Blazor appsettings.json
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ok, I´m trying to deploy the apb.io Blazor to Azure using YAML.
My two-part Azure pipeline builds everything and then publishes the code with the DB is created just fine and the Blazor part published to its web service
But there is something that I'm missing because I don't get any other DLL's dropped to azure but the Blazor ones and I get the following error in the browser.
The error makes total sense if half of the code is missing... and it's probably missing because of dynamic dependency discovery (or something like that)?
So my question is
Do I need to deploy something else ( HttpApi.Host?) separately to another service and configure them to talk to each other? Or some other trickery?
Sorry for my ignorance with this Blazor setup but I haven't tried to deploy one before! But I have been at this for 2 days now and red half the internet but in every article e.g. this one or this one everything just works out of the box and that's probably because there the underlying projects are strongly referenced, correct?
Extra info
I leave the YAML pipeline code here as help for others. I have started a blog post on this that I´ll post here when finished so it would be really great to get some help with this.
The build pipeline
The Release pipeline
Beta Was this translation helpful? Give feedback.
All reactions