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
I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
Web browser console output:
Failed to fetch visitor data on mount: FPJSAgentError: Failed to load the JS script of the agent 2 next-dev.js:20:25 visitorData?.visitorId! undefined
Expected Behavior
expected to show visitor id as not undefined
Steps To Reproduce
npm run dev
create .env
fix the import error in chat.tsx './embedded' to './matches'
then we get errors and don't recieve any messages back after we talk to pinecone gpt
Relevant log output
Web browser console output:
`Failed to fetch visitor data on mount: FPJSAgentError: Failed to load the JS script of the agent 2 next-dev.js:20:25``visitorData?.visitorId! undefined `
Is this a new bug?
Current Behavior
Web browser console output:
Failed to fetch visitor data on mount: FPJSAgentError: Failed to load the JS script of the agent 2 next-dev.js:20:25
visitorData?.visitorId! undefined
Expected Behavior
expected to show visitor id as not undefined
Steps To Reproduce
'./embedded'
to './matches'Relevant log output
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: