Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] empty visitor id #10

Open
2 tasks done
4cecoder opened this issue May 17, 2023 · 0 comments
Open
2 tasks done

[Bug] empty visitor id #10

4cecoder opened this issue May 17, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@4cecoder
Copy link

Is this a new bug?

  • I believe this is a new bug
  • 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

  1. npm run dev
  2. create .env
  3. fix the import error in chat.tsx './embedded' to './matches'
  4. then we get errors and don't recieve any messages back after we talk to pinecone gpt
Screenshot 2023-05-17 at 1 07 18 PM

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 `

Environment

- **OS**: MacOS Firefox
- **Language version**: latest
- **Pinecone client version**: latest

Additional Context

No response

@4cecoder 4cecoder added the bug Something isn't working label May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant