midudev / la-velada-web-oficial

Web oficial de La Velada IV de Ibai Llanos
https://lavelada.es
Other
1.37k stars 621 forks source link

Styles not loading #885

Closed AlejandroSuero closed 4 months ago

AlejandroSuero commented 5 months ago

Pre-requisitos

Comportamiento esperado

Al entrar a la página https://lavelada.es carga todos los recursos y se ve la página acorde al diseño.

Comportamiento actual

Al entrar a la página https://lavelada.es carga todos los recursos y NO se cargan los estilos.

Información del bug (si corresponde)

Se ve el HTML sin estilos CSS.

Si se desactiva el cache, funciona correctamente. Developer Tools -> Network -> Disable cache o en modo incógnito.

https://github.com/midudev/la-velada-web-oficial/assets/71392160/04361f2d-b813-4e59-bcfc-02d36bc46d6a

En Chrome/Brave: image

En Firefox: image

En modo incógnito: image

Pasos para reproducirlo

  1. Ir a https://lavelada.es
  2. Comprobar la consola de las herramientas de desarrollo.

Contexto

En modo incógnito funciona.

Logs de error (si corresponde)

Refused to apply style from 'https://lavelada.es/_astro/_id_.CPXMZrjo.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

The resource https://cdn.lavelada.dev/fonts/font-atomic.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.

The resource https://lavelada.es/_astro/jost-latin-wght-normal.CfFW3YMY.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.

Refused to apply style from 'https://lavelada.es/_astro/_id_.CPXMZrjo.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
lavelada.es/:1 The resource https://cdn.lavelada.dev/fonts/font-atomic.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.

The resource https://lavelada.es/_astro/jost-latin-wght-normal.CfFW3YMY.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.

image