clarkwinkelmann I have made the dig, should I have a 1 in AUTHORITY?
I got this:
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64210
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
EDIT:
This is the complete error, it happened to be above before the other one, it happens when uploading an image:
[2021-05-30 21:01:28] flarum.ERROR: exception 'Aws\S3\Exception\S3Exception' with message 'Error executing "PutObject" on "//applicationonetestn./applicationonetestn/2021-05-30/1622408488-516791-cookie.png"; AWS HTTP error: cURL error 6: Could not resolve host: applicationonetestn (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://applicationonetestn./applicationonetestn/2021-05-30/1622408488$
GuzzleHttp\Exception\ConnectException: cURL error 6: Could not resolve host: applicationonetestn (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://applicationonetestn./applicationonetestn/2021-05-30/1622408488-516791-cookie.png in /var/www/flarum/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:210
After trying to read the error I'm confused, I don't understand those URLs that it generates in which it uses applicationonetestn, in FoF Upload configure in the bucket field of the S3 settings: applicationonetestn
Should I put a URL in the bucket field and not the plain name? Even if I put the URL, it doesn't work either.