application-research / delta-ui

7 stars 0 forks source link

[Bug] Specifying Delta-DM API address via UI doesn't work #15

Closed jcace closed 1 year ago

jcace commented 1 year ago
Screenshot 2023-03-27 at 11 03 30 AM

See screenshot above - it still tries to reach localhost:1314 even though I've specified 10.32.32.20:1314

I was able to make it work but I had to make a file .env.local and set NEXT_PUBLIC_API_URL="http://10.32.32.20:1314"