We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When we update settings from the admin app, the front end should send the cookie.
The cookie isn't in the header, so the backend is sending a 401.
Log into the admin app. Click Settings. Click Save Settings. See the 401.
The text was updated successfully, but these errors were encountered:
The fetch call should include the option credentials: 'same-origin' if it doesn't already.
credentials: 'same-origin'
Sorry, something went wrong.
Fixed!
riley
No branches or pull requests
Expected behavior
When we update settings from the admin app, the front end should send the cookie.
Actual behavior
The cookie isn't in the header, so the backend is sending a 401.
Steps to reproduce behavior
Log into the admin app.
Click Settings.
Click Save Settings.
See the 401.
The text was updated successfully, but these errors were encountered: