Skip to content

customized unavailable page and logo is overwritten when new instance is up #6052

Discussion options

You must be logged in to vote

@yk-eta I used to have a custom unavailable page on my Hubs Cloud a few years ago.

You have to edit the template itself and point to a different html file.

Of course this is not ideal and it means that you have to remember to update this anytime you update the template. This would be a great feature to have directly in the admin panel.

e.g:


CustomErrorResponses:
          - ErrorCode: 403
            ErrorCachingMinTTL: 0
          - ErrorCode: 404
            ErrorCachingMinTTL: 0
          - ErrorCode: 500
            ErrorCachingMinTTL: 0
          - ErrorCode: 502
            ResponsePagePath: !Sub /assets/pages/custom_unavailable.html
            ResponseCode: 502
            ErrorC…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@yk-eta
Comment options

Answer selected by matthewbcool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs triage For bugs that have not yet been assigned a fix priority
3 participants
Converted from issue

This discussion was converted from issue #6011 on April 26, 2023 03:05.