Skip to content

Known Issues

Kevin Huang edited this page Jan 26, 2023 · 9 revisions

Lodestone is still in early development and there are some known issues that are being worked on.

  • "Mixed content"/"Insecure Content" needs to be allowed if using dashboard in a browser. (details)
  • Ports must be opened manually for remote access (details)
  • Safari is completely unsupported as it doesn't support certain regular expression
    • Should be fixed in 0.4.1
  • Cosmetic issues on Firefox

Network Errors

Mixed Content

As we do not automatically setup a TLS/SSL certificate, some browsers may report the connection as "Mixed Content" or "Insecure Content". To fix this, you will need to add an exception in your browser settings. See this page for more information on how to do this.

Opening Port

In order for remote access to function, ports must be opened manually. This can be done automatically using the UPnP protocol in the dashboard under settings but is not guaranteedd to work. See this page for more information on how to open ports manually

Compatibility Issues

Firefox

Firefox does not allow unencrypted WebSocket even in a mixed content context.

This means that currently, there will be no live updates when using the dashboard on Firefox. A refresh is needed to update the dashboard's data.

This includes:

  • The state of instances (running/stopped/etc.)
  • The virtual terminal/console
  • The performance charts
  • and more...