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

Method fails #2

Open
acmngmbh opened this issue Oct 22, 2017 · 3 comments
Open

Method fails #2

acmngmbh opened this issue Oct 22, 2017 · 3 comments

Comments

@acmngmbh
Copy link

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

@anthonychu
Copy link
Owner

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.

@acmngmbh
Copy link
Author

Thanks your sharing your experience so quickly! "good" to hear it's not a specific issue in my environment.

@acmngmbh
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants