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
Because of how our app is made, we need to do some special 404 handling.
Current situation
You are added to workspace A and workspace B
You are currently in workspace A
You try to access an entry that is in workspace B
You get a 404.
This can be very frustrating for users so we need to handle it in a more advanced/better way.
We still need to see how to do it technically, but the general concept is that if that case happens, instead of showing an error boundary we render a screen saying something like:
The ${entry.model.name} you are trying to view belongs to a different workspace you are part of. Would you like to switch to workspace: ${workspace.name} to view the asset?
The text was updated successfully, but these errors were encountered:
Because of how our app is made, we need to do some special 404 handling.
Current situation
This can be very frustrating for users so we need to handle it in a more advanced/better way.
We still need to see how to do it technically, but the general concept is that if that case happens, instead of showing an error boundary we render a screen saying something like:
The ${entry.model.name} you are trying to view belongs to a different workspace you are part of. Would you like to switch to workspace: ${workspace.name} to view the asset?
The text was updated successfully, but these errors were encountered: