PIerre-Yves Vignau
PIerre-Yves Vignau
AFAIK, the problem is not on the package side but on gitlab. If the POST request is made with query params, it works ... ``` axios.post( `https://FQDN/api/v4/projects/${PROJECT_ID}/merge_requests/${CI_MERGE_REQUEST_IID}/notes?body=${encodeURIComponent(comment)}`, {}, config )...
Cheers mate, thanks for the quick answer ! > The docs make no indication of this though -_- > > `POST /projects/:id/merge_requests/:merge_request_iid/notes` I found it on the PUT request doc...
Seems that the bugs occurs at import time and is not related to the plugin itself
It does not happens on init but when you import the plugin, even if you don't use it. ```js import swift from '@terrazzo/plugin-swift'; ``` triggers the error. I have a...