tengu-alt commented on PR #282: URL: https://github.com/apache/cassandra-website/pull/282#issuecomment-2454693856
@smiklosovic I've done some research, and it turns out that the browser does not show the content because the page is loaded using the `file://` protocol (when you open it via `open`, `google-chrome` etc.) which is treated as `null` origin by the browser. When I open the file by IDE(which serve it over `localhost:`) it's work just fine. Could you please try running it on the local HTTP server (e.g. open file thought IDE), and give the feedback? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

