Tried to run npm dev and received this error:
╭─ error ──────────────────────────────────────────────────────────────────────╮
│ │
│ 2023-10-09T01:22:48Z ERR Failed to serve quic connection │
│ error="Unauthorized: Failed to get tunnel" connIndex=0 event=0 │
│ ip=198.41.200.73 │
│ │
│ 2023-10-09T01:22:49Z ERR Failed to serve quic connection │
│ error="Unauthorized: Failed to get tunnel" connIndex=0 event=0 │
│ ip=198.41.200.73 │
│ │
│ 2023-10-09T01:22:54Z ERR Failed to serve quic connection │
│ error="Unauthorized: Failed to get tunnel" connIndex=0 event=0 │
│ ip=198.41.200.73 │
│ │
│ 2023-10-09T01:23:07Z ERR Failed to serve quic connection │
│ error="Unauthorized: Failed to get tunnel" connIndex=0 event=0 │
│ ip=198.41.200.73 │
│ │
│ 2023-10-09T01:23:17Z ERR Failed to serve quic connection │
│ error="Unauthorized: Failed to get tunnel" connIndex=0 event=0 │
│ ip=198.41.200.73 │
│ │
│ │
╰──────────────────────────────────────────────────────────────────────────────╯
This is my first time coming back to the app since Friday, however, it was working on Friday and I haven’t done anything to it since. I ensured that my API token was correct and couldn’t find much documentation on the possible error. I would really appreciate some help on this, as I’m relatively new to app development.

