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
The error below is ocurring because a previously online resource has been removed:
It's showing, because the AtomicData.dev server has an external resource cached in its store, which no longer is online. The client gets the URL to this resource from AtomicData.dev, and then discovers that it does not exist over there.
There are various ways to prevent this kind of issue:
Use the /path endpoint as fallback / primary resolve mechanism
The error below is ocurring because a previously online resource has been removed:
It's showing, because the AtomicData.dev server has an external resource cached in its store, which no longer is online. The client gets the URL to this resource from AtomicData.dev, and then discovers that it does not exist over there.
There are various ways to prevent this kind of issue:
Use the
/path
endpoint as fallback / primary resolve mechanismUse IPFS for everything #66
Add a
removeLocally
endpointLet collections (and tpf queries) default to local resources only
Use incoming links / foreign keys updates
The text was updated successfully, but these errors were encountered: