anvil-works / anvil-runtime

The runtime engine for hosting Anvil web apps
https://anvil.works/open-source
Other
904 stars 117 forks source link

How to view what's causing "Unhandled runtime error" #64

Open tobyporter opened 2 years ago

tobyporter commented 2 years ago

2022-06-26_08-02 I'm trying to run my app using the Docker Anvil App Server.

After successfully starting the container and opening http://localhost:3030 the app gives a "Unhandled runtime error".

This is not very helpful. Is there a way to identify what's causing the error?

How can I diagnose what the issue is? Can the server be started in a "debug" mode?

Thanks

j2l commented 2 years ago

I agree, it should be more verbose to help you can check your browser console, sometimes server errors appear there too.