reworkd / AgentGPT

🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.
https://agentgpt.reworkd.ai
GNU General Public License v3.0
31.29k stars 9.21k forks source link

ns_error_dom_bad_uri #1439

Closed zwilch closed 7 months ago

zwilch commented 7 months ago

Please check that this issue hasn't been reported before.

Expected Behavior

cd next npm run dev Browser WebPage is loaded from http://Server-IPADRESS:3000/

Current behaviour


Network Browser Console shows Access "info" indicator "fetch" http://Server-IPADRESS:8000/api/auth/sid/info => CORS failed
Network Browser Console shows Access "info" indicator "fetch" http://Server-IPADRESS:8000/api/auth/sid/info => NS_ERROR_DOM_BAD_URI
Network Browser Console shows Access "tools" indicator "fetch-utils.ts" http://Server-IPADRESS:8000/api/auth/sid/info => CORS failed
Network Browser Console shows Access "tools" indicator "fetch-utils.ts" http://Server-IPADRESS:8000/api/auth/sid/info => NS_ERROR_DOM_BAD_URI

Steps to reproduce

start on another server npm run dev and load the start page from another client

Possible solution

I have no idea

Which Operating Systems are you using?

Acknowledgements

zwilch commented 7 months ago

you can close this bug

may it depends that I can not start non nodejs service /AgentGPT/platform poetry run python -m reworkd_platform

I need also Backend in nodejs.