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

Adding an API with the host name of the API Umbrella Server renders 404 for Admin and Portal pages #193

Closed
DonMartin76 opened this issue Nov 11, 2015 · 3 comments
Milestone

Comments

@DonMartin76
Copy link

These couple of steps quite effectively kill an API Umbrella instance (at least the one I am using on Azure):

  • Create a new API Backend
  • Use the host name of the API Umbrella server as frontend ("listen to") IP, e.g. api-umbrella.myhoster.com
  • Add a pattern for the API
  • Publish the API

This immediately kills the Admin and Portal pages; all pages are rendered as generic 404 not found pages. The actual API will work though (I checked that using a REST client).

@GUI
Copy link
Member

GUI commented Nov 11, 2015

Sorry about that! This should be fixed in the next release. In the meantime, see here for a workaround you can implement in your config file: #192 (comment)

@DonMartin76
Copy link
Author

Thanks for the workaround; will try that tomorrow.

@DonMartin76
Copy link
Author

Works with the workaround. Thanks.

@GUI GUI added this to the v0.9 milestone Nov 28, 2015
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