rashadphz/farfalle

Running on a remote server the 'chat' calls go to localhost:8000

Closed this issue · 1 comments

When viewing Network in Developer Tools the calls all timeout because they are going to localhost even though it's on a remote server.

image

You can change this by setting NEXT_PUBLIC_API_URL in your .env.
All of the adjustable variables are in the docker-compose file.