Skip to content

Commit

Permalink
Merge pull request #8 from lukso-network/add-extension-incident
Browse files Browse the repository at this point in the history
Add extension controller incident
  • Loading branch information
fhildeb authored Jan 16, 2024
2 parents 58d60f4 + cb41a91 commit ad7b715
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/extension/incidents/_category_.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
label: '🧰 Extension Incidents'
collapsed: true
position: 3
47 changes: 47 additions & 0 deletions docs/extension/incidents/january-2024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
sidebar_label: 'January 2024'
sidebar_position: 1
---

# Controller Incident on Recovery and Import

Following up to the enormous increase in downloads and extension users bedinning of 2024, the team discovered a controller malfunction on the 11th of January 2024. This resulted in controllers of the extensions not properly being added to the Universal Profile on **recovery** or **import**.

If you experienced issues with the extension after recovery or import, we highly recommend:

- revealing the private keys of all your extensions and keeping them in a safe place as a personal backup
- check if you set up 2FA correctly using our 2FA Controller Guide

:::danger

If you have issues with the Universal Profile Browser Extension or Relay Services, please do not delete or reinstall the extension. Doing so could risk the recovery of your profile, as it will clear all private keys that might still be accessable.

:::

## Actions taken

- Jan 12th, 2pm UTC: recovery and import functionality have been disabled (version `3.0.0-beta.6`).
- Jan 13th, 4pm UTC: released a **bugfix** for the Universal Profile Browser Extension (version `3.0.0-beta.7`)
- Jan 16th, 6pm UTC: a video guide has been released on how to recover a Universal Profile

<div class="video-container">
<iframe src="https://www.youtube.com/embed/rbIqA7N6Fn4?si=2mfC8_0AG6JD-7e3" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

</div>

:::caution

This bugfix only works for new recoveries using version `3.0.0-beta.7` and above. If you have already attempted a recovery and have a non-working profile in your extension, please wait. We are working on additional updates and tools, allowing you to be able to re-gain access errors in some other cases.

:::

## Upcoming actions

- Our team is actively working on a tool to manually manage and add controllers to the Universal Profile.
- Our team is actively working on a file import feature, allowing to recover from the revealed private keys.

:::info

For personal support, please get in touch with us via [support@lukso.network](mailto:support@lukso.network)

:::
2 changes: 1 addition & 1 deletion docs/migration/incidents/_category_.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
label: '🧰 Incidents'
label: '🧰 Migration Incidents'
collapsed: true
position: 3
9 changes: 8 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ export default {
projectName: 'website-support-center', // Usually your repo name.
plugins: ['docusaurus-plugin-sass'],
themeConfig: {
// image: 'img/lukso-docs-opengraph.jpg',
announcementBar: {
id: 'incident',
content:
'🚧 &nbsp; Due to a recently discovered controller malfunction, a large amount of people are experiencing issues with the extension. Please check out the latest <a href="/extension/incidents">Extension Incidents and Fixes</a> &nbsp; 🚧',
backgroundColor: '#FEF8E6',
textColor: 'black',
isCloseable: false,
},
navbar: {
title: 'LUKSO Support',
logo: {
Expand Down

0 comments on commit ad7b715

Please sign in to comment.