Replies: 1 comment
-
|
Did a bit of googling and it looks like a Prisma running at edge error? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
It seems that route.rs is always running in client environment.
My use case is that I write a
app/rss.xml/route.rsand the full list of rss feed depending on local directory layout. Thus, I'd like to callfs.readdirin route.rs but now it fails by[unenv] fs.readdir is not implemented yet!.Interestingly,
next devcan properly run.Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions