UnomiSegmentsForm tries to submit to localhost rather than the configured unomi URL

Created on 28 June 2023, over 1 year ago
Updated 4 July 2023, over 1 year ago

Problem/Motivation

    $client = new Client(['base_uri' => 'http://localhost:8181']);
    $client->request('POST', '/cxs/segments', [
      'headers' => [
        'Content-Type' => "application/json",
      ],
      'auth' => ['karaf', 'karaf'],
      'json' => $objSegment,
    ]);

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom joachim

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024