Hey there, I followed these instructions https://www.youtube.com/watch?v=P4sgwL0z8T0&t=101s and do not understand, why I get an error 500 message as result instead of an authToken. I can’t get any further from minute 6:11 unfortunately…
The error message is: An error happen during the execution of the workflow
name: “Error”
stack: “Error: Request failed with status code 500 at e.exports (https://editor-cdn.weweb.io/public/js/chunk-vendor…) at e.exports (https://editor-cdn.weweb.io/public/js/chun…) at XMLHttpRequest.w (https://editor-cdn.weweb.io/public/js/chunk-vendors…)”
message: “Request failed with status code 500”
When I enable “send credentials” the error message changes to:
name: “Error”
stack: “Error: Network Error at e.exports (https://editor-cdn.weweb.io/public/js/chunk-vendors…) at _.onerror (https://editor-cdn.weweb.io/public/js/chunk-vendors…) at XMLHttpRequest.sentryWrapped (https://browser.sentry-cdn…)”
message: “Network Error”