We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I managed to get push this UI, but on loggin in I am getting this error:
ERR 2016/09/14 15:08:52 [error] 37#0: *14 invalid URL prefix in "/oauth/token", client: 10.0.0.130, server: , request: "POST /oauth HTTP/1.1", host: "ui.apps.de.cloudfoundry.it-platforms.net", referrer: "https://ui.apps.de.cloudfoundry.it-platforms.net/"
It seems the app is making the authenticate request to itself rather than to the CF API endpoint. Any idea how to fix this?
Here is my manifest.yml
--- applications: - name: cf-webui memory: 128M host: ui path: ./build buildpack: staticfile_buildpack env: API_ENDPOINT: http://api.sys.de.cloudfoundry.it-platforms.net # Use Google DNS by default NGINX_RESOLVER: 10.0.0.114 #Enforce https is used (using x_forwarded_proto check) .Default: enabled FORCE_HTTPS: 0 http_proxy: "http://10.10.0.1:3128" https_proxy: "http://10.10.0.1:3128" no_proxy: "api.sys.de.cloudfoundry.it-platforms.net,10.0.0.125,10.0.0.130"
As you can see, I'm also under a proxy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I managed to get push this UI, but on loggin in I am getting this error:
It seems the app is making the authenticate request to itself rather than to the CF API endpoint. Any idea how to fix this?
Here is my manifest.yml
As you can see, I'm also under a proxy
The text was updated successfully, but these errors were encountered: