You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problems can be seen in the console log in the browser:
I think the problem is related to http and not https loading, as indicated in the log: Blocked loading mixed content "http://d3js.org/d3.v3.min.js"
This d3 js file is called here /app/views/coding/display.html.erb
One possible solution is to load it from a local version.
The text was updated successfully, but these errors were encountered:
We moved Pageonex.com to a new server following this method (using Docker and an external database) and the D3 chart above the front pages is not working.
![image](https://private-user-images.githubusercontent.com/1223722/237992496-fdb753b9-2d74-456c-953f-415128f40101.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1ODM0NDUsIm5iZiI6MTczOTU4MzE0NSwicGF0aCI6Ii8xMjIzNzIyLzIzNzk5MjQ5Ni1mZGI3NTNiOS0yZDc0LTQ1NmMtOTUzZi00MTUxMjhmNDAxMDEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMDEzMjI1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YzVhZGNjNjliODQ2M2U0MjE1NzFjZGRkMjZhNDg5Y2YxMDllNzcyOGRjYTNhZTM3YjlkYTIxN2Q1ZjgzYmFjNiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.pfmJmTKHaU3uzNh41qKa1nKC3Uh2AdBtFhcksn7DtPw)
See this thread as an example of the current problem: https://pageonex.com/numeroteca/available-space-2/
The problems can be seen in the console log in the browser:
![image](https://private-user-images.githubusercontent.com/1223722/237988009-954414b9-53b4-4c64-9d5d-2015184dca35.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1ODM0NDUsIm5iZiI6MTczOTU4MzE0NSwicGF0aCI6Ii8xMjIzNzIyLzIzNzk4ODAwOS05NTQ0MTRiOS01M2I0LTRjNjQtOWQ1ZC0yMDE1MTg0ZGNhMzUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMDEzMjI1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YzhhZDE3N2NkZDhiZDA2NGZmZDllMjYzMjA0M2QwNGYwODhiMDU5ZmYxNzBlZmZhMjJmZTQ5MWE0ZjgyMjZhMCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.u3gd1KRvnAPujltTCdu5Z6ylaYlZgGonc30p2i4W99o)
I think the problem is related to http and not https loading, as indicated in the log:
Blocked loading mixed content "http://d3js.org/d3.v3.min.js"
This d3 js file is called here /app/views/coding/display.html.erb
One possible solution is to load it from a local version.
The text was updated successfully, but these errors were encountered: