You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case for most of tests are to ssh on external devices like test pc and remote servers. I observed that its failing for my test pc to load fastify on ip-address:15888/docs after executing command gateway start --passphrase=a --dev. It would load the page but with white screen only
Today, i setup a hummingbot and gateway on remote server and confirmed its the same result
Tried on different browsers Edge, Firefox and Chrome
All browsers tested on incognito mode same result
Note: Works perfectly on localhost ✅
Steps to reproduce
Setup hummingbot and gateway using latest {v2.3, v2.4} or development branch
Launch gateway on development mode e.g gateway start --passphrase=a --dev
Click the http://localhost:"15888/docs
After opening the browser with the url, change localhost to your ip address e.g 123.456.789:15888/docs
Release version
latest and developent
Type of installation
Source
Attach required files
No response
The text was updated successfully, but these errors were encountered:
rapcmia
changed the title
Gateway - Failed to load fastify for endpoint tests
Gateway - Failed to load fastify for endpoint tests on external devices
Mar 6, 2025
rapcmia
changed the title
Gateway - Failed to load fastify for endpoint tests on external devices
Gateway - Failed to load fastify for endpoint tests from external devices
Mar 6, 2025
Describe the bug
My use case for most of tests are to ssh on external devices like test pc and remote servers. I observed that its failing for my test pc to load fastify on
ip-address:15888/docs
after executing commandgateway start --passphrase=a --dev
. It would load the page but with white screen onlyToday, i setup a hummingbot and gateway on remote server and confirmed its the same result
Note: Works perfectly on
localhost
✅Steps to reproduce
gateway start --passphrase=a --dev
http://localhost:"15888/docs
localhost
to yourip address
e.g123.456.789:15888/docs
Release version
latest and developent
Type of installation
Source
Attach required files
No response
The text was updated successfully, but these errors were encountered: