Addons-server: "View Site" returns a 500

Created on 7 May 2019  路  2Comments  路  Source: mozilla/addons-server

From https://github.com/mozilla/addons-server/issues/11321

STR:

  1. Go to django admin pages and click one of the reports from AMO Administration
  2. There is a "View site" button on the top right corner
  3. Click on it

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).

VIEW SITE

admin tools p4 verified fixed bug

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_URL I think?) instead of /.

All 2 comments

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).

view site

Was this page helpful?
0 / 5 - 0 ratings