I've installted the plugin, set the default language but still get an error when trying to get the original text by clicking on the flag ch-DE in the backend.
Any suggestion for what goes wrong on my instance?
Message in the console:
/admin/abm-translati…per/element/fetch:1
Failed to load resource: the server responded with a status of 400 ()
When clicking on the result site in the console of google chrome, I get the following Message:
[HTTP 400 – Bad Request](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#400) – [yii\web\BadRequestHttpException](https://www.yiiframework.com/doc-2.0/yii-web-badrequesthttpexception.html)
Post request required
That's what it then logically looks like in the backend, when the request to load the original source fails.
About the site setup:
There are multiple site instances in one.
I have the following setup:
– ch-DE Zurich
– ch-EN Zurich
– ch-FR Zurich
– ch-DE Bern
– ch-EN Bern
– ch-FR Bern
etc. for a few more locations
In the configuration I've selected the ch-DE Zurich as no default, and ch-EN Zurich as well as ch-FR Zurich with the ch-DE Zurich as default value in your plugin configuration.
This is the comple message when having a look at the details in the xhr request:
Translation issue:
I've installted the plugin, set the default language but still get an error when trying to get the original text by clicking on the flag ch-DE in the backend.
Any suggestion for what goes wrong on my instance? Message in the console:
When clicking on the result site in the console of google chrome, I get the following Message:
That's what it then logically looks like in the backend, when the request to load the original source fails.
About the site setup: There are multiple site instances in one.
I have the following setup: – ch-DE Zurich – ch-EN Zurich – ch-FR Zurich
– ch-DE Bern – ch-EN Bern – ch-FR Bern
etc. for a few more locations
In the configuration I've selected the ch-DE Zurich as no default, and ch-EN Zurich as well as ch-FR Zurich with the ch-DE Zurich as default value in your plugin configuration.
This is the comple message when having a look at the details in the xhr request:
This is a sample request when clicking on the «get the translation» button
About the system and configuration:
php Version: 8.1.13 OS version : Linux 6.3.13-linuxkit Database driver & version: MariaDB 10.4.27 Craft edition & version: Craft Pro 4.5.6.1 Yii version: 2.0.48.1
Do you have any suggestion where to catch up to get the plugin running on my ddev instance? Or on the live environment?