strapi-plugin-record-locking
strapi-plugin-record-locking copied to clipboard
`strapi transfer` does not work with plugin enabled
Hi,
We are using your plugin and we really like the simplicity and ease of use. Unfortunately, when the plugin is enabled in config/plugins.ts
transferring content via strapi transfer
stops working. This is because no initial websocket connection to Strapi can be made (everything is rejected). Our Strapi is deployed on AWS and is returning error 502 when calling strapi transfer
with enabled plugin. After disabling the plugin, everything works seamlessly.
I am not sure why these two features are colliding, because transfer
is calling different endpoint - wss://<domain>/admin/transfer/runner/pull
Strapi version: 4.25.0
Plugin version: 1.3.11