Repl is running and stopping indefinitely

Bug description:

This is the error I get in the console when I run my nextjs repl. It has always worked as normal and now it returns this error and the repl seems to just keep running and stopping indefinitely.

 npm run dev

my-app@0.1.0 dev
next dev

ready - started server on 0.0.0.0:3000, url: http://localhost:3000
signal: bus error (core dumped)

Expected vs Current Behavior:
Repl to run as normal - repl runs and stops indefinitely,

Steps to reproduce:
Click the run button

Bug appears at this link: https://replit.com/@juancaruiz/crear

Screenshot(s)/Screen Recording:

Browser/OS/Device: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36

Replit Profile: @juancaruiz

Not sure if your problem is related to this, but just in case, try this: Repls suddenly crashing with weird "internal" errors (working fine for months prior) - #2 by joe64

Running npm install in the shell seems to have fixed it :+1: