You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was working for months, but fails now. Instead of proxying the request to my "static" function, the default "Your Function App is up and running" shows..
Any ideas what could go wrong?
Best Regards
The text was updated successfully, but these errors were encountered:
This started happening this weekend. I'm currently debugging an app that was working on Wednesday but no longer working today. Same issue. Need to look into it.
Hi,
my proxies.json looks like this:
{ "$schema": "http://json.schemastore.org/proxies", "proxies": { "apiProxy": { "matchCondition": { "route": "api/{*path}" }, "backendUri": "https://%WEBSITE_SITE_NAME%.azurewebsites.net/api/{path}" }, "staticProxy": { "matchCondition": { "route": "{*path}" }, "backendUri": "https://%WEBSITE_SITE_NAME%.azurewebsites.net/api/static?file={path}" } } }
This was working for months, but fails now. Instead of proxying the request to my "static" function, the default "Your Function App is up and running" shows..
Any ideas what could go wrong?
Best Regards
The text was updated successfully, but these errors were encountered: