question

William Spier avatar image
William Spier asked

Local Debugging Azure Functions HTTP/1.1 404

I'm trying to locally debug my Azure Functions project (in Rider). When I try to send a request from my client (using Unity) I get the following error: HTTP/1.1 404 Not Found

I have followed the steps on this page (local-debugging-for-cloudscript-using-azure-functions) and my playfab.local.settings.json is properly placed in my TEMPDIR. I'm not sure what I'm missing.

CloudScript
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Neils Shi avatar image
Neils Shi answered

Have you added the ExecuteFunction.cs file to your local Azure Functions app? To get the local implementation of ExecuteFunction set up in your C# Azure Functions app, you shoud add it. I remove the ExecuteFunction.cs file and it reports the same error as you. For more detail, you can refer to For C# Azure Functions apps.

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

VU VIET DUNG avatar image VU VIET DUNG commented ·

Thanks you very much !

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.