
Quote from Ivanes82 on December 23, 2021, 5:08 amCualquier pagina web que creo con visualneo web, se ve en blanco si la ejecuto desde un servidor, si la pagina está en mi pc funciona perfectamente.
Miro el codigo fuente en el navegador para ver que se recibe y está completamente en blanco.Si miro la consola y me da estas dos alertas:
A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced.
To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData.
Note that for performance reasons, only the first access to one of the properties is shown.
1 source
index.js:1
Más información: Reducción de cadena User-Agent
Page layout may be unexpected due to Quirks Mode
One or more documents in this page is in Quirks Mode, which will render the affected document(s) with quirks incompatible with the current HTML and CSS specifications.
Quirks Mode exists mostly due to historical reasons. If this is not intentional, you can add or modify the DOCTYPE to be `<!DOCTYPE html>` to render the page in No Quirks Mode.
Cualquier pagina web que creo con visualneo web, se ve en blanco si la ejecuto desde un servidor, si la pagina está en mi pc funciona perfectamente.
Miro el codigo fuente en el navegador para ver que se recibe y está completamente en blanco.
Si miro la consola y me da estas dos alertas:
A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced.
To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData.
Note that for performance reasons, only the first access to one of the properties is shown.
1 source
index.js:1
Más información: Reducción de cadena User-Agent
Page layout may be unexpected due to Quirks Mode
One or more documents in this page is in Quirks Mode, which will render the affected document(s) with quirks incompatible with the current HTML and CSS specifications.
Quirks Mode exists mostly due to historical reasons. If this is not intentional, you can add or modify the DOCTYPE to be `<!DOCTYPE html>` to render the page in No Quirks Mode.

Quote from luishp on December 23, 2021, 8:45 amHi @ivanes82, can you please share with me an affected URL so I can check it directly?
If you don't want to share it publicly just use the contact form or send me an email.
Thank you!
Hi @ivanes82, can you please share with me an affected URL so I can check it directly?
If you don't want to share it publicly just use the contact form or send me an email.
Thank you!

Quote from Ivanes82 on December 23, 2021, 11:18 amPerdona @luishp , se me pasó pasarte dirección web y los archivos.
Es una pagina hecha con visual neo, que solo tiene un h1. No he cambiado nada mas.
Perdona @luishp , se me pasó pasarte dirección web y los archivos.
Es una pagina hecha con visual neo, que solo tiene un h1. No he cambiado nada mas.
Uploaded files:
Quote from Ivanes82 on December 23, 2021, 12:02 pmMuy buenas @luishp , el fallo estaba en el servidor. Dejo por aquí la solución por si a alguien en el futuro le pasara.
Tengo configurado el servidor con Nginx en modo proxy inverso con apache. Parece que este modo no es compatible con las paginas generadas con visualneo web.
Este es el texto del boton que he tenido que desactivar para que funcione:Si se desactiva esta opción, Apache procesará todas las solicitudes para los archivos estáticos. nginx se limitará a pasar solicitudes y respuestas sin modificarlas. Desactive esta opción únicamente para la resolución de problemas.
Saludos.
Muy buenas @luishp , el fallo estaba en el servidor. Dejo por aquí la solución por si a alguien en el futuro le pasara.
Tengo configurado el servidor con Nginx en modo proxy inverso con apache. Parece que este modo no es compatible con las paginas generadas con visualneo web.
Este es el texto del boton que he tenido que desactivar para que funcione:
Si se desactiva esta opción, Apache procesará todas las solicitudes para los archivos estáticos. nginx se limitará a pasar solicitudes y respuestas sin modificarlas. Desactive esta opción únicamente para la resolución de problemas.
Saludos.