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
These are two different vocabularies in two different environments but they end up with the same identifier. This can cause mismatches across environments. While it’s expected that staging data differ from production, in our case identifiers are also URLs, so this needs special attention about potential side-effects.
The UI editing experience isn’t working very well. On the production site (bartoc.org) we do not have this UX.
Some selection lists (dropdowns/option lists) are missing.
Newly created IDs use
bartoc.orginstead of dev.bartoc.org. For example:https://dev.bartoc.org/en/node/21007
https://bartoc.org/en/node/21007
These are two different vocabularies in two different environments but they end up with the same identifier. This can cause mismatches across environments. While it’s expected that staging data differ from production, in our case identifiers are also URLs, so this needs special attention about potential side-effects.