-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Description of the issue
Hi,
I'm trying to set up the dashboard locally for some testing. But I'm running into an issue when I attempt to log in. I have tried deleting and re cloning and the problem persisted.
Steps to reproduce the problem
Run Saleor Core on Localhost:8000
npm run dev saleor-dashboard
in the browser go to localhost:9000
attempt to log in.
Missing field 'user' while writing result {
"authenticating": true
}
What did you expect to happen?
I expected to log in without errors
Additional information
[Error] Missing field 'user' while writing result {
"authenticating": true
}
(anonymous function) (chunk-IXT7OGN6.js:4784)
forEach
(anonymous function) (chunk-IXT7OGN6.js:4744)
(anonymous function) (chunk-IXT7OGN6.js:4674)
(anonymous function) (chunk-IXT7OGN6.js:5440)
(anonymous function) (chunk-IXT7OGN6.js:7703)
login2 (@saleor_sdk.js:1184)
(anonymous function) (useAuthProvider.ts:95)
handleLogin (useAuthProvider.ts:89)
(anonymous function) (Login.tsx:32)
handleSubmit (Login.tsx:28)
(anonymous function) (useHandleFormSubmit.ts:14)
handleFormSubmit (useHandleFormSubmit.ts:9)
submit (form.tsx:34)
(anonymous function) (form.tsx:53)
handleSubmit (form.tsx:51)
callCallback2 (chunk-PIGWLN7Q.js:3904)
dispatchEvent
invokeGuardedCallbackDev (chunk-PIGWLN7Q.js:3929)
invokeGuardedCallback (chunk-PIGWLN7Q.js:3963)
invokeGuardedCallbackAndCatchFirstError (chunk-PIGWLN7Q.js:3966)
executeDispatch (chunk-PIGWLN7Q.js:6764)
processDispatchQueueItemsInOrder (chunk-PIGWLN7Q.js:6784)
processDispatchQueue (chunk-PIGWLN7Q.js:6793)
dispatchEventsForPlugins (chunk-PIGWLN7Q.js:6801)
batchedEventUpdates$1 (chunk-PIGWLN7Q.js:16644)
batchedEventUpdates (chunk-PIGWLN7Q.js:3784)
dispatchEventForPluginEventSystem (chunk-PIGWLN7Q.js:6923)
attemptToDispatchEvent (chunk-PIGWLN7Q.js:5429)
dispatchEvent (chunk-PIGWLN7Q.js:5384)
unstable_runWithPriority (chunk-PIGWLN7Q.js:351)
discreteUpdates$1 (chunk-PIGWLN7Q.js:16658)
discreteUpdates (chunk-PIGWLN7Q.js:3794)
dispatchDiscreteEvent (chunk-PIGWLN7Q.js:5358)
Environment
Browser and version: Safari 18.0.1
OS and version: MacOS 15.0.1
Dashboard version: Latest 3.21.0-dev
Core version: 3.22