Sorry, guys! During system maintenance, some functions like comment are unavailable.
Anika like question

Let me start by saying that everything Im sharing comes from spending many years on this site, observing patterns across multiple accounts, and reading user reports. Im not the dev, mod, or admin but Ive had experience with systems which is why I can answer your “whys” and “what ifs”


THIS IS THE SITUATION
Jan19 - Bto closes
⠀⠀⠀*start of traffic surge to Mgo
⠀⠀⠀*some features have slowed down a bit
Jan24 - Mgo goes down
⠀⠀⠀*caused by backend updates or overloaded servers
Jan26 - Mgo comes back up
⠀⠀⠀*site is online again but very buggy: missing lists, random logouts, slow pages, no notifications, etc
⠀⠀⠀*this is when the system started gradually restoring lists

WHY IS THE SITE SO BUGGY
- Mgo uses separate parts for different things. One to SAVE your manga data (aka database/the memory), another one to DISPLAY your saved Manga data (aka UI/what you see), and another one for your browser/session data (aka cookies, login state, etc/this also connects the database and ui). When everything is working properly, these three systems stay in sync (eg. when you save a manga, it will show up in your list right away)

The system will communicate with Database, like hey this is the user that logged in go tell UI the things they should display. So Database will tell UI, like hey based on what's given to me, these are the saved data that belongs to this user, these are what you should display. HOWEVER, because of the gradual restoring of lists (which puts a heavy load on the site), the System, UI, and Database are not able to communicate properly, so theyre not in sync. This is why we’re encountering the issues

I DON'T GET NOTIFICATIONS
- since the System, UI, and Database are not in sync, Mgo cant correctly link your acc to your saved mangas so notifs dont show up/update properly. This is temporary and should be fixed when the system is in sync again

WHY DO I KEEP GETTING LOGGED OUT
- Mgo keeps track of your login/session info. But if this isnt tracked properly, Mgo may log you out randomly/repeatedly

WHERE DID MY LIST GO
- Your mangas are not deleted. Theyre still saved in the database. Mgo is gradually restoring everyone’s list from the oldest to most recent marked mangas. Follow this post to get notified about updates: https://www.mangago.me/home/mangatopic/21092806/

WILL I GET MY LIST BACK
- YES. Do note that while your list is coming back, you might notice some things are off:
⠀⠀⠀*all mangas going into Already Read even if theyre originally marked as Want to read or Reading
⠀⠀⠀*deleted mangas showing up again
⠀⠀⠀*missing notes/summaries
⠀⠀⠀*only rated mangas showing for some users
(I can explain why but it will be too long for this FAQ. idk how to explain without sounding too technical so i might also have to explain the basic terms. You can ask in the comments if youre curious)

I ADDED NEW MANGAS TO MY EMPTY LIST, WILL IT OVERWRITE THE OLD ONE
- if you ADD NEW mangas while the site is restoring, your new list will stay. And your original list will be added back on top of it once its fully restored. But if you RE-ADD EXISTING mangas, it will update the original date of when the manga was added, tags, and summaries/little notes you originally had for it. its usually best to wait and let the restoration finish before making lots of changes

WHY DO OTHERS HAVE THEIR MANGAS BACK ALREADY, WHILE MINE IS STILL MISSING
- think of this like we're reading through a giant BOOK of everyone’s manga list, arranged by the exact time each manga was added (aka timestamps). Each timestamp is like a page in the book, and we read them from the oldest timestamps to the newest. Right now, we are reading timestamps from Feb 2022 (as of writing this post), so any timestamp dated later than Feb 2022 wont appear YET

If your lists are still completely EMPTY, there are 2 possible reasons:
One is that its about “activity”, not account age. So even if you joined in 2016, but you didnt add any manga until 2023, your list wont appear until the system reaches the timestamps for 2023. The second reason is, since the system is very busy right now, it sometimes hits a blurry page and has to skip to keep moving. This doesnt mean your data is gone. It just means the system needs to go back for a second run once the "main reading" is done

HOW SOON WILL THEY COMEBACK / WHEN IS THE RESTORATION EXPECTED TO FINISH
- how soon your lists fully comes back depends on how far along we are in the “book” and how many timestamps we still need to read. If yours already started to appear again then thats a good sign. it means your account is already in the queue and the rest should continue to come back (gradually, not all at once)

If theres another run, expect anywhere from a few extra hours to about one extra day. A full second pass could push it to Feb 4–5, but a partial cleanup run would likely finish around Feb 2–3.

IS THERE A WAY TO EXPORT MY LIST
- heres one way to export your lists: https://docs.google.com/document/d/14Drj0CviUhrAmZlU-DC-AtxGFQoH1_PYQ81b2Vzu82w/edit?tab=t.0#heading=h.acjitdw8v0h thank @Gurl for this solution by following/sending them a message. This is their account: https://www.mangago.me/home/people/3402357/home/

IMPORTANT: WHEN TO CONTACT SUPPORT
- PLEASE WAIT. Do not email the devs yet. The system needs to make several runs to load everyone's data correctly. Most of the current issues should fix themselves after the full restoration process is done. Give it at least 2 weeks from now.

If after everything finishes and youre still seeing clear errors in your marked mangas, report them to [email protected]

If possible, keep a small log of your observations and what you did, such as:
⠀⠀⠀*whether you re-added, edited, or deleted mangas during restoration
⠀⠀⠀*any repeated issues (random logouts, missing notifs, errors, etc.)
⠀⠀⠀*the other specific errors you noticed
Simply put, keep a log of WHAT YOU DID/OBSERVED and WHEN (use GMT or if in your local time, specify your timezone). The more specific your report is, the easier it is for the devs to trace what went wrong. It helps them replicate your actions so they can actually find and fix the problem

Here's an example log:
2026-01-26 9PM: I noticed my list went missing
2026-01-28 2AM: my list is restoring up to 67
2026-01-28 9PM: I added 10 mangas to my Already Read
2026-01-30 6PM: my restored mangas is stuck at 67
2026-01-31 10AM: my list count is increasing again. It restored up to 83
2026-01-31 7PM: I added 3 mangas to my Want to Read



EDIT TO ADD: Youre welcome yall (i cant reply to each one of you youre too many ) Im just glad I could help clarify things! Ask away if you have more questions so I can keep updating this community-notes for everyone! (づ ̄ ³ ̄)づ

Anika like question

Let me start by saying that everything Im sharing comes from spending many years on this site, observing patterns across multiple accounts, and reading user reports. Im not the dev, mod, or admin but Ive had experience with systems which is why I can answer your “whys” and “what ifs”


THIS IS THE SITUATION
Jan19 - Bto closes
⠀⠀⠀*start of traffic surge to Mgo
⠀⠀⠀*some features have slowed down a bit
Jan24 - Mgo goes down
⠀⠀⠀*caused by backend updates or overloaded servers
Jan26 - Mgo comes back up
⠀⠀⠀*site is online again but very buggy: missing lists, random logouts, slow pages, no notifications, etc
⠀⠀⠀*this is when the system started gradually restoring lists

WHY IS THE SITE SO BUGGY
- Mgo uses separate parts for different things. One to SAVE your manga data (aka database/the memory), another one to DISPLAY your saved Manga data (aka UI/what you see), and another one for your browser/session data (aka cookies, login state, etc/this also connects the database and ui). When everything is working properly, these three systems stay in sync (eg. when you save a manga, it will show up in your list right away)

The system will communicate with Database, like hey this is the user that logged in go tell UI the things they should display. So Database will tell UI, like hey based on what's given to me, these are the saved data that belongs to this user, these are what you should display. HOWEVER, because of the gradual restoring of lists (which puts a heavy load on the site), the System, UI, and Database are not able to communicate properly, so theyre not in sync. This is why we’re encountering the issues

I DON'T GET NOTIFICATIONS
- since the System, UI, and Database are not in sync, Mgo cant correctly link your acc to your saved mangas so notifs dont show up/update properly. This is temporary and should be fixed when the system is in sync again

WHY DO I KEEP GETTING LOGGED OUT
- Mgo keeps track of your login/session info. But if this isnt tracked properly, Mgo may log you out randomly/repeatedly

WHERE DID MY LIST GO
- Your mangas are not deleted. Theyre still saved in the database. Mgo is gradually restoring everyone’s list from the oldest to most recent marked mangas. Follow this post to get notified about updates: https://www.mangago.me/home/mangatopic/21092806/

WILL I GET MY LIST BACK
- YES. Do note that while your list is coming back, you might notice some things are off:
⠀⠀⠀*all mangas going into Already Read even if theyre originally marked as Want to read or Reading
⠀⠀⠀*deleted mangas showing up again
⠀⠀⠀*missing notes/summaries
⠀⠀⠀*only rated mangas showing for some users
(I can explain why but it will be too long for this FAQ. idk how to explain without sounding too technical so i might also have to explain the basic terms. You can ask in the comments if youre curious)

I ADDED NEW MANGAS TO MY EMPTY LIST, WILL IT OVERWRITE THE OLD ONE
- if you ADD NEW mangas while the site is restoring, your new list will stay. And your original list will be added back on top of it once its fully restored. But if you RE-ADD EXISTING mangas, it will update the original date of when the manga was added, tags, and summaries/little notes you originally had for it. its usually best to wait and let the restoration finish before making lots of changes

WHY DO OTHERS HAVE THEIR MANGAS BACK ALREADY, WHILE MINE IS STILL MISSING
- think of this like we're reading through a giant BOOK of everyone’s manga list, arranged by the exact time each manga was added (aka timestamps). Each timestamp is like a page in the book, and we read them from the oldest timestamps to the newest. Right now, we are reading timestamps from Feb 2022 (as of writing this post), so any timestamp dated later than Feb 2022 wont appear YET

If your lists are still completely EMPTY, there are 2 possible reasons:
One is that its about “activity”, not account age. So even if you joined in 2016, but you didnt add any manga until 2023, your list wont appear until the system reaches the timestamps for 2023. The second reason is, since the system is very busy right now, it sometimes hits a blurry page and has to skip to keep moving. This doesnt mean your data is gone. It just means the system needs to go back for a second run once the "main reading" is done

HOW SOON WILL THEY COMEBACK / WHEN IS THE RESTORATION EXPECTED TO FINISH
- how soon your lists fully comes back depends on how far along we are in the “book” and how many timestamps we still need to read. If yours already started to appear again then thats a good sign. it means your account is already in the queue and the rest should continue to come back (gradually, not all at once)

If theres another run, expect anywhere from a few extra hours to about one extra day. A full second pass could push it to Feb 4–5, but a partial cleanup run would likely finish around Feb 2–3.

IS THERE A WAY TO EXPORT MY LIST
- heres one way to export your lists: https://docs.google.com/document/d/14Drj0CviUhrAmZlU-DC-AtxGFQoH1_PYQ81b2Vzu82w/edit?tab=t.0#heading=h.acjitdw8v0h thank @Gurl for this solution by following/sending them a message. This is their account: https://www.mangago.me/home/people/3402357/home/

IMPORTANT: WHEN TO CONTACT SUPPORT
- PLEASE WAIT. Do not email the devs yet. The system needs to make several runs to load everyone's data correctly. Most of the current issues should fix themselves after the full restoration process is done. Give it at least 2 weeks from now.

If after everything finishes and youre still seeing clear errors in your marked mangas, report them to [email protected]

If possible, keep a small log of your observations and what you did, such as:
⠀⠀⠀*whether you re-added, edited, or deleted mangas during restoration
⠀⠀⠀*any repeated issues (random logouts, missing notifs, errors, etc.)
⠀⠀⠀*the other specific errors you noticed
Simply put, keep a log of WHAT YOU DID/OBSERVED and WHEN (use GMT or if in your local time, specify your timezone). The more specific your report is, the easier it is for the devs to trace what went wrong. It helps them replicate your actions so they can actually find and fix the problem

Here's an example log:
2026-01-26 9PM: I noticed my list went missing
2026-01-28 2AM: my list is restoring up to 67
2026-01-28 9PM: I added 10 mangas to my Already Read
2026-01-30 6PM: my restored mangas is stuck at 67
2026-01-31 10AM: my list count is increasing again. It restored up to 83
2026-01-31 7PM: I added 3 mangas to my Want to Read



EDIT TO ADD: Youre welcome yall (i cant reply to each one of you youre too many ) Im just glad I could help clarify things! Ask away if you have more questions so I can keep updating this community-notes for everyone! (づ ̄ ³ ̄)づ

Anika followed a goer
Nal

09 01,2026
Anika asked a question

I just saw this from somewhere I forgot the title. Its is a historical manhwa and I think it's a childcare manhwa but not sure. The FL is a child who is dying/sick (?) she has white hair. In the video it was a grand day I think and then they went home they were in the carriage (with both parents) and I think she was in her last breath saying she wants everyday to be like that day. I remember reading a comment that she reincarnates/reincarnated and the parents at first didn't recognize her but eventually they did.

Anika followed a list

Omegaverse is an alternate universe in which Mpreg is possible.,there are 3 main roles: ⍺, β & Ω

⍺ - dominant & able to impregnate Omegas. Male Alphas usually have a knot when aroused.

β - subordinate to Alphas & may or may not be able to impregnate Omegas

Ω - generally lowest on the hierarchy. Male Omegas are self-lubricating & can become pregnant

 Each Omegaverse has its own variations depending on the writer .

Fluffy ABO - 

if U LIKE THE LIST THE PRESS THE BLUE RECOMMENDATION BUTTON 

Tags: omegaverse
16 01,2025
Anika followed a list

This is just a list of manhwa/manga which has main character/s who gained a second life in the modern world setup.

Main Characters: Reincarnated/Second Life
Settings: Modern Society

The list is in no particular order.
Feel free to suggest anything in the comment section.

26 07,2024
Anika followed a list

Guys, version 2 of this list is up! 

LINK: https://www.mangago.me/home/mangalist/2658246/

I stopped updating because transferring manhwa from this list to the other vice versa is a painnnnnn

26 07,2024
Anika followed a list

I didn't think this list would have so much followers. Thank you. For those who are asking if this list is active, yes its active. I'm just really picky.

What you'll basically see here:

Heroic Protagonist.
Trash Protagonist turned good.
Plain trash protagonist you can't help but like.
Villainous protagonist.
Cheat-like protagonist.

I'm biased with everything placed here since I read it all. I hope you like them too.

Credit to the original source.

26 07,2024
Anika followed a goer

greetings! we're Mosh Scans who works on BL NSFW/SFW! 

thank you for checking our scans group. now that you're here, would you like to help us provide a high quality translations for everyone to read? then, join now!

we're looking for someone who can help us with the following positions... (with experience or not, everyone is allowed to join!)

• D!ck Redrawers
(can also do cleaning/redrawing at the same time.)

• Korean Translators
(should know korean. no machine translation like papago, google translate or any machine you can use for translating into english is allowed!)

• Typesetters
(should know how to warp, lead, shape, etc. can use photoshop. we accept begginers!)

join our discord if interested! we'll wait for you~
Discord link: https://discord.gg/moshbl

p.s 3 people are using this account. But Fuho mostly now~ Don't be shy to send a message.

17 04,2024
Anika followed a goer

08/01/2024: MGo was one of my safe spaces when I was struggling with mental health. The mangas/manhwas Ive read (and are still reading), and the people Ive met will always have a special place in my heart. I am all better now and I'm ready to pursue what life has ahead of me, and I think with that, I wont be active as much here anymore. I will still log in (very very) occasionally though to send recs and maybe respond to messages. THANK YOU EVERYONE! (✿◡‿◡)

_。_ _ _ 。 _ _ _ _ 。_ _ 。_ _ _ 。 _ 。_ _ _ 。_
 ┊  ┊ ┊ ┊ ┊  ┊ ┊  ┊
 ┊  ┊ ┊ ┊ ┊  ┊ ┊  ┊
 ┊  ┊ ┊ ┊ ┊' , +`✩ ┊  ┊
 ┊✫, ┊ ✩⋆ ┊ , ✫. • .  ⊹ 。 : •┊
 ┊ : 。  ┊• . ˚ 。⋆     °  .  • 。┊
 ┊⋆ ' ✯ ' ⊹                                   '.
 ˚                                       

       ╭            ╮

     are you bored yet?
           ʷᵃˡˡᵒʷˢ

   0:48  ━━━|────── 2:59

      ♡  l◁ II ▷l  ↺

       ╰            ╯


 Hello, Suujin here. Hmm you definitely
 should listen to this song whenever you
 just want to chill and float away ( ꈍᴗꈍ)

 You should also check out the amazing
 works of these mangakas!!
   ×  Hinako      ×  Ichikawa Kei
   ×  Sachimo   ×  Nagisa Furuya
   ×  Sakyou Aya ×  Tsutako Tsurusawa
   ×  Aiba Kyouko

 Lets be friends! Leave a message on
 my message board. And btw thanks for
 visiting my homepage~

:¨·.·¨:
 `·.  Have a great and blessed day!! ·․• '⊹


⋆. ⊹   。 .⊹. : ⋆.   .* :⋆. ⊹ 。*
˚⊹' , ' ⋆ : 。 ⊹ ' .  •  .✫  ⋆ 。  .  ' ⋆ ✩. • :  .
 ' 。   :    •   .  ✩   。   ⋆    .     •     .   ˚    。
_。_ _ _ 。 _ _ _ _ 。_ _ 。_ _ _ 。 _ 。_ _ _ 。_

14 08,2023
Anika like question

UPDATE: It's fixed and stable now (^▽^;)ゞ


Edit 1: To newcomers who got scared of mggo acting up
https://www.mangago.me/home/photo/30451868/

Edit 2: To those asking how to back up their reading lists. For now, there is no option to export the lists, so I suggest these options. I posted these on Reddit years ago
- Option 1: https://www.reddit.com/r/mangago/comments/mfizbq/google_keeps_as_a_manga_reading_list/
- Option 2: https://www.reddit.com/r/mangago/comments/mil8kv/instantly_save_your_manga_lists_in_a_heartbeat/