Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deno doesnt work with Vercel and OAK #54

Closed
Lumca opened this issue Dec 20, 2020 · 2 comments
Closed

Deno doesnt work with Vercel and OAK #54

Lumca opened this issue Dec 20, 2020 · 2 comments

Comments

@Lumca
Copy link

Lumca commented Dec 20, 2020

Hello,

I got a simple API written in DENO with OAK and mongo.
When I try to get a response from Vercel CLI. It is working flawlessly.
But when deployed to VERCEL and trying it on their servers I always get:
error: Uncaught (in promise) Error: Read-only file system (os error 30) at processResponse (core.js:223:11) at Object.jsonOpAsync (core.js:240:12) at async Object.mkdir (deno:cli/rt/30_fs.js:100:5) at async download (mod.ts:45:5) at async prepare (mod.ts:65:21) at async init (util.ts:44:3) at async mod.ts:14:1 RequestId: dc8fcabe-3313-4123-ae10-ef294a38c02e Error: Runtime exited with error: exit status 1 Runtime.ExitError

Did anyone faced this error too?

@TooTallNate
Copy link
Collaborator

It looks like you're running into this same issue. This is supposedly fixed by manyuanrong/deno-plugin-prepare#29. Can you make sure that you are using deno-plugin-prepare v0.8.0 or newer?

@TooTallNate
Copy link
Collaborator

Closing due to inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants