Skip to content
Henry Whitaker edited this page Aug 3, 2020 · 1 revision

Page never loads and just show a loading spinner

This happens when you set a base path for the application either through docker environment variables or through the .env file. This can be fixed by adding a trailing / to the URL, e.g. BASE_PATH=/speedtest, go to http://ip:port/speedtest/ instead of http://ip:port/speedtest