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
David Herman
07/01/2024, 10:55 PM
Can you inspect the logs and see any other errors?
David Herman
07/01/2024, 10:56 PM
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.