amphi-ai / amphi-etl

Low-code ETL for structured and unstructured data. Generates Python code you can deploy anywhere.
https://docs.amphi.ai
Other
551 stars 12 forks source link

Amphi launched on windows : not working with computer name #8

Closed simonaubertbd closed 1 month ago

simonaubertbd commented 1 month ago

Hello,

I have installed and launched amphi image

amphi open a tab on my default browser (still ok) however the adress doesn't work image

I had to use localhost instead.

I think : -let localhost be the adress -in the meantime, a tip in the documentation

Best regards,

Simon

tgourdel commented 1 month ago

Thanks a lot @simonaubertbd 🙏 I had not encountered this issue in my tests, I'll investigate!

tgourdel commented 1 month ago

This should use localhost by default, and avoid this issue on Windows. To be confirmed by tests.

tgourdel commented 1 month ago

Fix verified by tests on Windows. For information, the IP used by Amphi ETL can be modified using the parameter -i: amphi start -i localhost or if using on a server: to expose the service amphi start -i 0.0.0.0