You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After reboot of the hive system, where both frontend and backend is hosted. User avatar pictures disappear.
Browser asks for https://hiveurl/api/v1/user/~someid/avatar/someHashIGuess
Api responds with {"type":"NotFoundError","message":"user ~someID has no avatar"}
I have tried to see if i could reproduce the problem by just restarting either thehive or cassandra service, but this problem only happens when the system is rebooted as a whole, suspecting the avatar part to be part of a tmpfs.
Steps to Reproduce
Upload picture to some user.
Reboot system
Picture is no longer available.
The text was updated successfully, but these errors were encountered:
This bug can be closed, it relates to #1244
We followed the documentation "pre" this fix, and therefor attacments was stored in the /tmp/scalligraph and wiped on reboot.
Request Type
Bug
Work Environment
Problem Description
After reboot of the hive system, where both frontend and backend is hosted. User avatar pictures disappear.
Browser asks for https://hiveurl/api/v1/user/~someid/avatar/someHashIGuess
Api responds with {"type":"NotFoundError","message":"user ~someID has no avatar"}
I have tried to see if i could reproduce the problem by just restarting either thehive or cassandra service, but this problem only happens when the system is rebooted as a whole, suspecting the avatar part to be part of a tmpfs.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: