Update Settings

Insert your frontend hostname into the database to configure threadUrl.

Script:

UPDATE settings SET VALUE = 'localhost:8080' WHERE key='ext.api.frontend_url'
In this article