mkdocs-rtl icon indicating copy to clipboard operation
mkdocs-rtl copied to clipboard

Swagger problem and loading some page

Open BaseMax opened this issue 4 years ago • 0 comments
trafficstars

Dear

Some page link is broken and is white page with some errors in console:

  • http://127.0.0.1:8000/accounts-services/accounts-services/
  • http://127.0.0.1:8000/accounts-services/swagger/#!/Accounts/ApiV1AccountsLoginPost
  • http://127.0.0.1:8000/accounts-services/swagger/#!/Accounts/ApiV1AccountsRefreshtokenPost

e.g console output:

GET http://127.0.0.1:8000/accounts-services/accounts-services/ 404 (Not Found)
127.0.0.1/:15 GET http://assets/stylesheets/application-a20f419c8e.css net::ERR_NAME_NOT_RESOLVED
127.0.0.1/:14 GET http://assets/javascripts/modernizr-e826f8942a.js net::ERR_NAME_NOT_RESOLVED
(index):121 GET http://assets/javascripts/application-f3ab9e5ff8.js net::ERR_NAME_NOT_RESOLVED
(index):122 Uncaught ReferenceError: app is not defined
    at (index):122
(anonymous) @ (index):122
assets/images/favicon.png:1 GET http://assets/images/favicon.png net::ERR_NAME_NOT_RESOLVED

Screenshot_2021-03-26_04-24-40


Consider that some pages are as good as the main page and have no problems:

Screenshot_2021-03-26_04-48-53

Best,

BaseMax avatar Mar 26 '21 00:03 BaseMax