-
Notifications
You must be signed in to change notification settings - Fork 20
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
Docs: How to run Astral in Deno Deploy w/ external providers #140
Comments
Unfortunately, Deploy does not support running arbitrary binaries. Astral works in deploy through a third-party provider like browserless. |
oh good tip, thank you! |
I'm messing around with Browserless and the examples, passing in the token, etc. — I'm getting a connection and result on a regular POST call (to Browserless v2 API) but somehow on the wss: endpoint it just hangs on launch(), and I can't even seem to be able to close the connection. It might just be a Browserless error, but I'm clueless how to continue, so I'll just keep running locally and using a local tunnel. Thanks for the help, I'm sure other people have gotten this working lol so I'm just going to close this. |
I'm hoping to write up better docs for this. Thanks for flagging. |
Hi there!
I've been running Astral locally and it's been great, but on Deno Deploy I keep getting:
It seems like other people have figured out how to put Astral on Deno Deploy, so I'm wondering what I need to do?
Basically my code is:
The text was updated successfully, but these errors were encountered: