django-ninja icon indicating copy to clipboard operation
django-ninja copied to clipboard

[BUG] cdn error.

Open quroom opened this issue 2 months ago • 3 comments

Describe the bug It's not bug. It has cdn error.

GET https://cdn.jsdelivr.net/npm/[email protected]/swagger-ui.css net::ERR_CERT_DATE_INVALID
docs:12 
GET https://cdn.jsdelivr.net/npm/[email protected]/swagger-ui-bundle.js net::ERR_CERT_DATE_INVALID
docs:14 Uncaught ReferenceError: SwaggerUIBundle is not defined
    at docs:14:20
(anonymous) @ docs:14

It looks like jsdelivr.net ssl certificate is expired.

Versions (please complete the following information):

  • Python version: 3.9
  • Django version: 4.2.1
  • Django-Ninja version: 0.21
  • Pydantic version: 1.10.8

quroom avatar May 02 '24 00:05 quroom