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
{{ message }}
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.
Describe the bug
The app is completely malfunctioning due to "Error: agent head missing" in development build. The URL directs to localhost:3000/missing-api, there is no functionality (cannot create agent, cannot browse domains, intents, entities, etc.) - screenshot 1.
Inspecting console events in frontend shows the connection to swagger2.json fails - screenshot 2.
The exact same issue happens using the one-click deployment on Heroku.
I tried to deploy in heroku and this was the console log in browser...
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:3000/swagger2.json. (Reason: CORS request did not succeed).
Hope this helps
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
The app is completely malfunctioning due to "Error: agent head missing" in development build. The URL directs to
localhost:3000/missing-api
, there is no functionality (cannot create agent, cannot browse domains, intents, entities, etc.) - screenshot 1.Inspecting console events in frontend shows the connection to swagger2.json fails - screenshot 2.
The exact same issue happens using the one-click deployment on Heroku.
To Reproduce
Followed installation steps:
npm install
./.env
./client/.env
npm start
at rootScreenshots
1.
2.
Additional context
Tested on Chrome, Firefox and Edge.
package.json file in root:
The text was updated successfully, but these errors were encountered: