replace this: const url = `${this.serverUrl}${this.endpoint}`.toLowerCase() with this: const url = `${this.serverUrl}`.toLowerCase()+`${this.endpoint}` in Operation.js