#404 in user-settings api after update to 1.44.0
8 messages · Page 1 of 1 (latest)
404 from user settings backend is normal if there's nothing stored with that key
comes from here https://github.com/backstage/backstage/blob/master/plugins/user-settings-backend/src/database/DatabaseUserSettingsStore.ts#L78
The reason might be because there was not user settings API prior to 1.44.0 for user settings. It was added here https://github.com/backstage/backstage/pull/31413
problem is that it causes a snackbar to appear on every page the user visits
"Request failed with 404" which confuses the user
is there any way I can disable this?
Hm, unfortunately the 1.44.1 still does this, quite annoying...