Open numeroteca opened 1 year ago
In the embed view the script is loaded with http: <%= javascript_include_tag "http://d3js.org/d3.v3.min.js" %>
(source: https://github.com/montera34/pageonex/blob/aaee916750d0e29dfc5e35db7548290c18875eb1/app/views/coding/embed.html.erb#L52)
However, in the normal display is loaded with this. <%= javascript_include_tag "d3.v3.min.js" %>
(source: https://github.com/montera34/pageonex/blob/aaee916750d0e29dfc5e35db7548290c18875eb1/app/views/coding/display.html.erb#L219)
remove the http in the one that has it 😄
We moved Pageonex.com to a new server following this method (using Docker and an external database), it experiences the same problems as in the previous server (#232), that is, it crashes (4GB RAM, 3 VCPU).
There are also new problems:
The problems can be seen in the console log in the browser:
Firefox detects problems with some files:
The column chart above the front pages is not loading:
See this thread as an example: https://pageonex.com/numeroteca/available-space-3/
Now we are able to enter and see the logs and CPU performance more easily.