bcakmakoglu / vue-flow

A highly customizable Flowchart component for Vue 3. Features seamless zoom & pan πŸ”Ž, additional components like a Minimap πŸ—Ί and utilities to interact with state and graph.

Home Page:https://vueflow.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ› [BUG]: Docs (vueflow.dev) hangs and never loads on iOS Safari

CodyBontecou opened this issue Β· comments

Is there an existing issue for this?

  • I have searched the existing issues and this is a new bug.

Current Behavior

Navigating to https://vueflow.dev on safari iOS hangs and eventually crashes, never loading. I've tried vueflow.dev/example and the issue exists there as well.

Expected Behavior

The website should load.

Steps To Reproduce

  1. iOS 17.5
  2. Navigate to https://vueflow.dev on Safari
  3. Site never loads.

Relevant log output

I attempted to debug this using the Safari inspector, but I'm never able to actually load the site and am instead stuck on Google with the site attempting to load.

Anything else?

This may be a networking issue. Are the docs hosted on Vercel and using a deprecated Node version?

commented

Works fine for me on Safari, Chrome and FF - doesn't seem to be an actual issue with the docs tbh, more an issue with something on your device (traffic also is very normal, meaning other users can visit the webpage just fine).

Odd, it's loading fine on my device now... not sure what happened there. Sorry about that.