-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- Open the touristc app in the device
- Connect the device to computer using USB cable
- Open Google Chrome and type "about:inspect" in the navigation bar
- Debug the applicacion
- Try to list "Talaiots"
- See how the application is trying to use middleware to execute the query to obtain talaiots, but the url is "localhost:8080/middleware..."
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:
This should be reported in the Read.me file
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working