DEV Community

Discussion on: Deploy your Deno apps to Heroku

Collapse
 
suryadatta profile image
suryadatta

Hi, all of the above worked fine. but when i try to run my app on local with 'heroku local' it throws an error "Uncaught InvalidData: data did not match any variant of untagged enum ArgsEnum".
Any idea why?
It is up and running on local when i deno run my app.

Collapse
 
ms314006 profile image
Clark

Hello, can I see anything of your code? maybe Github or others way.

And your app is running perfectly but it throw error message?

Collapse
 
suryadatta profile image
suryadatta

Thank you for your reply. I was able to deploy it properly. The problem was with websockets.
Great article 👍