From https://github.com/mozilla/addons-server/issues/11321
STR:
Expected result:
Perhaps https://addons-internal.dev.mozaws.net/en-US/admin/ should be displayed - the Menu for admin tools.
Actual result:
URL is https://addons-internal.dev.mozaws.net/en-US/firefox/ with a 500 error.
Notes:
This is reproducible on both django dev and stage - FF66(WIN10).

Ah so this time it's the global view site in the admin... It's kinda useful, so instead of removing that one we should just override it to use the right setting (EXTERNAL_SITE_URL I think?) instead of /.
@diox Verified on dev with FF69(Win10).

Most helpful comment
Ah so this time it's the global view site in the admin... It's kinda useful, so instead of removing that one we should just override it to use the right setting (
EXTERNAL_SITE_URLI think?) instead of/.