Locked out instance in read-only fs mode?

Problem description:

Can’t launch anything or clean cache via shell as it seems fs is in read mode?

Expected behavior:

Read write and working launch lol

Actual behavior:

The opposite

Steps to reproduce:

Idk?

Bug appears at this link:

https://replit.com/@ZaharKapustin/ThriftyDrabLinkedlist

Browser/OS/Device:

OSX/Firefox but it’s irrelevant.

Sample

that’s probably just some protection put in by next or something. You should be able to remove it by running in shell:

chmod -R +w .next

But why is your code deleting .next/package.json?