You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When uploading a local file to the website, both the online wesbite https://ouestware.gitlab.io/retina/1.0.0-beta.4/#/ and local deployments fail to process the file correctly, regardless of whether it is in GEXF or GraphML format.
The above error occurred in the <LocalWarningBanner> component:
at LocalWarningBanner (http://localhost:5173/retina/src/views/LocalWarningBanner.tsx:18:37)
at GraphView (http://localhost:5173/retina/src/views/GraphView.tsx:33:22)
at RenderedRoute (http://localhost:5173/retina/node_modules/.vite/deps/chunk-X6JJIE5D.js?v=25f93c9a:5370:26)
at Routes (http://localhost:5173/retina/node_modules/.vite/deps/chunk-X6JJIE5D.js?v=25f93c9a:6100:3)
at Router (http://localhost:5173/retina/node_modules/.vite/deps/chunk-X6JJIE5D.js?v=25f93c9a:6043:13)
at HashRouter (http://localhost:5173/retina/node_modules/.vite/deps/chunk-X6JJIE5D.js?v=25f93c9a:8101:23)
at Root
Tip
As a workaround, you can upload the file to the public folder and access it using the following URL format: http://localhost:5173/retina/{graphfile}
The text was updated successfully, but these errors were encountered:
For
retina
branch, which directly duplicates from https://gitlab.com/ouestware/retina.When uploading a local file to the website, both the online wesbite https://ouestware.gitlab.io/retina/1.0.0-beta.4/#/ and local deployments fail to process the file correctly, regardless of whether it is in GEXF or GraphML format.
Tip
As a workaround, you can upload the file to the public folder and access it using the following URL format:
http://localhost:5173/retina/{graphfile}
The text was updated successfully, but these errors were encountered: