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
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).
The text was updated successfully, but these errors were encountered:
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)
These couple of steps quite effectively kill an API Umbrella instance (at least the one I am using on Azure):
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).
The text was updated successfully, but these errors were encountered: