inertiajs / pingcrm

A demo application to illustrate how Inertia.js works.
http://demo.inertiajs.com
MIT License
2.1k stars 767 forks source link

The demo app does not work. #204

Closed anchan42 closed 5 months ago

anchan42 commented 11 months ago

It no longer works. https://demo.inertiajs.com/login

gregmsanderson commented 10 months ago

Yep. The CSS is being loaded over http and so is blocked:

Mixed Content: The page at 'https://demo.inertiajs.com/login' was loaded over HTTPS, but requested an insecure stylesheet 'http://demo.inertiajs.com/css/app.css'. This request has been blocked; the content must be served over HTTPS.

driesvints commented 5 months ago

Seems to have been resolved since.