StrandedKitty / streets-gl

🗺 OpenStreetMap 3D renderer powered by WebGL2
http://streets.gl
MIT License
598 stars 43 forks source link

Website Fails to Load Due to net::ERR_HTTP2_PROTOCOL_ERROR on index.js Resource #185

Closed konmaz closed 3 weeks ago

konmaz commented 1 month ago

Bug Report

Describe the bug The website fails to load due to an error in loading a resource. Specifically, the resource at https://streets.gl/js/index.js fails to load with the error: net::ERR_HTTP2_PROTOCOL_ERROR.

Steps to Reproduce

  1. Open a web browser.
  2. Navigate to the website https://streets.gl.
  3. Observe that the website does not load properly.
  4. Open the browser's developer console (usually accessible via F12 or right-click -> "Inspect").
  5. Check the console log for errors.

Expected Behavior The website should load fully without any errors, and all resources, including index.js, should be loaded successfully.

Map Location Not applicable.

Screenshots image image image

System Information

Additional Context Not applicable.

cobalt32 commented 3 weeks ago

Also having this issue. Not loading on Chromium or Firefox-based browsers on Windows 11, Linux, or Android.

StrandedKitty commented 3 weeks ago

The server run out of space because it wasn't cleaning up logs. It should be online now.