Hello, you should pass an object to findOne and find, for find you passed the object correctly, but for findOne you are currently passing two parameters.
Can you try:
findOne({id:route.param.id, _locale: i18n.locale})
Hello, you should pass an object to findOne and find, for find you passed the object correctly, but for findOne you are currently passing two parameters.
Can you try:
findOne({id:route.param.id, _locale: i18n.locale})