Skip to content

Getting 400 when dashboard is looking for /proj_id/requests/support-group-id #8

Description

@m2jobe

How are request being saved if this is commented out in functions/chat-support.api
I am having issues getting requests to be saved in mongo which is preventing agents from replying to mesages

//Save to mongo

// if (functions.config().support.storetobackend && functions.config().support.storetobackend.enabled && functions.config().support.storetobackend.enabled=="true") {
//     console.log('support.storetobackend', 'enabled');

//     return chatSupportApi.createRequest(projectid, newRequest);
   
// }else {
//     console.log('support.storetobackend', 'disabled');
// }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions