Unable to save outgoing integration

Hi There,

When I try to save any Outgoing intgrations, even if it’s not enabled just to test with. An error message appears when I try to save it.

I am seeing the following errors in the console:
bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1053 POST https://socialclub.sytes.net:8080/api/v1/integrations.create 400
send @ bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1053
ajax @ bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1053
d @ bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1493
_jqueryCall @ bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1493
a._jqueryCall @ bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1495
await in a._jqueryCall (async)
post @ bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1493
post @ bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1493
callEndpoint @ /client/providers/ServerProvider.tsx:1
(anonymous) @ bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1495
eval @ /client/hooks/useEndpointAction.ts:1
eval @ /client/views/admin/integrations/new/NewOutgoingWebhook.js:1
Ke @ bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1104
tr @ bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1104
nr @ bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1104
Zn @ bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1104
Xn @ bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1104
(anonymous) @ bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1104
He @ bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1104
We @ bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1104
co @ bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1104
pt @ bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1104
dt @ bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1104
t.unstable_runWithPriority @ bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1122
_c @ bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1104
Le @ bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1104
lt @ bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1104
bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1493 Uncaught (in promise) Error
at originalCallback (bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1493:643043)
at m (bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1495:356827)
at Object.processTwoFactorError (bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1493:643983)
at Object.o [as error] (bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1493:642949)
at s (bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1053:24892)
at Object.fireWith [as rejectWith] (bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1053:25640)
at E (bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1053:76665)
at XMLHttpRequest. (bd79240427bc50711fd124d150b5a3e35af47a79.js?meteor_js_resource=true:1053:79108)

Any suggestions are welcomed.
Merauder

Hi!

Can you open the developer tools, and check on the network tab, and check the response of the failed attempt for saving this data?

I have seen an error on recent versions on correctly displaying the errors from the server on the Admin page, due to some refactoring at UI Components.

So whenever you have a restraint to save a view, it will only show this error message and not actual error.

Thank you!! It ended up being an invalid-username, so I created a separate user for the integration and it now works! I didn’t originally include a user as I thought rocket.cat would post on it’s behalf, and it is in the chat window…