Skip to content

URL of middleware must be specified #30

@silmeUsil0001

Description

@silmeUsil0001

Describe the bug
When a request is made to a database using a task through the middleware, this query does not end up being produced because the middleware URL is "http://localhost:8080"

To Reproduce
Steps to reproduce the behavior:

  1. Open the touristc app in the device
  2. Connect the device to computer using USB cable
  3. Open Google Chrome and type "about:inspect" in the navigation bar
  4. Debug the applicacion
  5. Try to list "Talaiots"
  6. See how the application is trying to use middleware to execute the query to obtain talaiots, but the url is "localhost:8080/middleware..."
Image

Expected behavior
Middleware link should be something like "https://ide.cime.es/stm3/middlware/..."

Solution
URL parameter of proxy must be overwritten in the "sitmun-application-stack\back\backend\sitmun-backend-core\src\main\resourcesapplication.yaml" file as follows:

Image

This should be reported in the Read.me file

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions