I have just installed and set up Medusa, and I'm using the JS Client with Vue 3. Within my interface, I need to determine if the user is logged in and, if so, display certain information. However, I am encountering an error (Figure 1)
System information
Medusa version (including plugins): 1.20.2 (Figure 2)
Node.js version: 20.11.0
Database: 16.2.1
Operating system: Windows 11 23H2 x64
Browser (if relevant): Brave V1.63.165 / Google Chrome V122.0.6261.95
Steps to reproduce the behavior
[ Fresh installation ]
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
Within my interface, I need to determine if the user is logged in and, if so, display certain information
Bug report
Describe the bug
I have just installed and set up Medusa, and I'm using the JS Client with Vue 3. Within my interface, I need to determine if the user is logged in and, if so, display certain information. However, I am encountering an error (Figure 1)
System information
Medusa version (including plugins): 1.20.2 (Figure 2) Node.js version: 20.11.0 Database: 16.2.1 Operating system: Windows 11 23H2 x64 Browser (if relevant): Brave V1.63.165 / Google Chrome V122.0.6261.95
Steps to reproduce the behavior
[ Fresh installation ]
Expected behavior
Within my interface, I need to determine if the user is logged in and, if so, display certain information
Screenshots
[Figure 1]
[Figure 2] - Backend package.json
Frontend medusa-config.js
Code snippets
I've already tried with and without "Custom Headers"; with http://127.0.0.1:9000 and http://localhost:9000
Additional context
Add any other context about the problem here