(No use database)ERROR: An error has occurred. Check your logs or contact the app author for clarification.

I wanted to deploy shiny app in shinyapps_io .
But I am facing some issues.
When I click the publish button , it seems publish successfully .
1.And I copy the url from shinyapp_io website . It's can't not show my shiny project .
It shows like this on the page ---->"ERROR: An error has occurred. Check your logs or contact the app author for clarification."

2.I didn't use any database in my shiny project !

3.Below is my information of RStudio console ⇊

Preparing to deploy application...DONE
Uploading bundle for application: 623705...DONE
Deploying bundle: 1785075 for application: 623705 ...
Waiting for task: 575337686
building: Parsing manifest
building: Building image: 1843966
building: Installing packages
building: Installing files
building: Pushing image: 1843966
deploying: Starting instances
terminating: Stopping old instances
Application successfully deployed to https://davidyang429.shinyapps.io/shiny_1/
Deployment completed: https://davidyang429.shinyapps.io/shiny_1/
Warning messages:
1: In fileDependencies.R(file) :
Failed to parse C:/Users/USER/AppData/Local/Temp/RtmpGO2PB1/file10f032ee386b/server.R ; dependencies in this file will not be discovered.
2: In fileDependencies.R(file) :
Failed to parse C:/Users/USER/AppData/Local/Temp/RtmpGO2PB1/file10f032ee386b/ui.R ; dependencies in this file will not be discovered.

Typically, this indicates that you have loaded libraries with missing dependencies; however, if you are seeing errors related to UTF-8 encoding, see this thread

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.