Error in the logfile regarding to federation

Dear all,

I have these error in the logfile, regarding to federation. Has anyone any hint for me, how to resolve this issue?

Sep 28 16:06:43 rocketchat rocketchat[29959]: {“level”:50,“time”:“2022-09-28T14:06:43.566Z”,“pid”:29959,“hostname”:“rocketchat”,“name”:“Federation”,“section”:“http”,“msg”:“Error”,“err”:{“type”:“Error”,“message”:“url must be absolute and start with http:// or https://”,“stack”:“Error: url must be absolute and start with http:// or https://\n at _call (server/lib/http/call.ts:66:9)\n at Object.httpCallAsync (server/lib/http/call.ts:190:9)\n at Object. (packages/meteor.js:311:21)\n at Object._call [as call] (server/overrides/http.ts:6:18)\n at app/federation/server/lib/http.js:22:20\n at /opt/Rocket.Chat/programs/server/npm/node_modules/meteor/promise/node_modules/meteor-promise/fiber_pool.js:43:40\n => awaited here:\n at Function.Promise.await (/opt/Rocket.Chat/programs/server/npm/node_modules/meteor/promise/node_modules/meteor-promise/promise_server.js:56:12)\n at app/federation/server/lib/http.js:46:9\n at /opt/Rocket.Chat/programs/server/npm/node_modules/meteor/promise/node_modules/meteor-promise/fiber_pool.js:43:40”},“msg”:“url must be absolute and start with http:// or https://”}

Hi!

Are you using Matrix Federation? Note that this is the federation protocol we will be pushing forward.

We have covered the Matrix Federation feature (with a demo!) in one of our Community Open Call here:

For the error log, you seem to have a problem with the url validation.

let me know if this helps!