Bugs while deploying AI edge #200
Replies: 5 comments 6 replies
-
|
@mattdjenkinson if you take a look at this, I guess the "copy" default hostname should have included the https but also the system should have forced https. It didn't do either. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
@kaleygel regarding the copying of https, the browser will automatically try https and then fallback to http it if there's no certificate. Was there a specific issue you had when trying to reach the url? |
Beta Was this translation helpful? Give feedback.
-
|
@mattdjenkinson when we tried the url it brought up a 503 but not true error page. I guess the expectation was that it would force https (not fallback) because the "force https" was enabled. And then since their was no actual origin (we were just testing) it would show the error page. when we replaced the url string with https we got the expected error page. |
Beta Was this translation helpful? Give feedback.
-
|
here is a list of some of the potential errors we could get back from envoy. note, it won't be exhaustive. https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_conn_man/response_code_details |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
When copying & pasting the hostname, it does not respect https://

Error details are ambiguous for users - if we are serving up the error code, how can we make it clearer for users with ID to help better troubleshoot & resolve. For whatever error codes we deliver, we should provide a definition (example: https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/)
GitHub needs to be capitalized" H" on error page
Design: Widow
Beta Was this translation helpful? Give feedback.
All reactions