I am trying to deploy my web service on the <rende...
# kobweb
m
I am trying to deploy my web service on the render.com. I am following Stevdza-san course and this guide. But continuously getting this error of `Exception in thread "main" com.varabyte.kobweb.common.error.KobwebException: No site folder found. Did you run
kobweb export
?` while deploying.
d
Can you inspect the logs and see any other errors?
Also, you may want to install Docker on your local machine and learn how to build / run a Docker image locally there. If you can get things running locally you might be able to debug the issue a lot faster, even though there is a bit of a learning curve to get started.