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
enter into the 'platform container', run 'poetry install'
open localhost:3000, input an api-key and user's email
But when I click 'tool settings', the page shows 'error loading tools', and I found these abnormal note in the container log:
INFO | logging:callHandlers:1706 - 172.18.0.1:43400 - "OPTIONS /api/agent/tools HTTP/1.1" 400
INFO | logging:callHandlers:1706 - 172.18.0.1:53580 - "OPTIONS /api/agent/tools HTTP/1.1" 400
I think the deep reason is about the platform, so that the frontend couldn't request the platform's resources. How can I fix this problem?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have done these:
But when I click 'tool settings', the page shows 'error loading tools', and I found these abnormal note in the container log:
INFO | logging:callHandlers:1706 - 172.18.0.1:43400 - "OPTIONS /api/agent/tools HTTP/1.1" 400
INFO | logging:callHandlers:1706 - 172.18.0.1:53580 - "OPTIONS /api/agent/tools HTTP/1.1" 400
I think the deep reason is about the platform, so that the frontend couldn't request the platform's resources. How can I fix this problem?
Beta Was this translation helpful? Give feedback.
All reactions