Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.Net function app error once deployed #294

Closed
vany0114 opened this issue Aug 4, 2023 · 2 comments
Closed

.Net function app error once deployed #294

vany0114 opened this issue Aug 4, 2023 · 2 comments

Comments

@vany0114
Copy link

vany0114 commented Aug 4, 2023

I have a .Net 6 function app using Netherite which locally works as expected, but once I deployed it shows this error however it is up and running, and apparently working fine.

During the CD I publish the bits using the win-x64 as the runtime identifier, something like:

dotnet publish path --configuration release --output outputPath --self-contained false --runtime win-x64

I also have this property set in the project file (I've tried with and without it and there's no difference):

<PropertyGroup>
    <PlatformTarget>x64</PlatformTarget>
</PropertyGroup>

Func app error

image

Func app processing requests

image

@kevinp
Copy link

kevinp commented Aug 4, 2023

We would really appreciate assistance on this! ☝🏼

@vany0114
Copy link
Author

vany0114 commented Aug 8, 2023

Closing this since that error somehow is gone.

@vany0114 vany0114 closed this as completed Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants