diff --git a/R/dev.R b/R/dev.R index 21ccb6a..5aba023 100644 --- a/R/dev.R +++ b/R/dev.R @@ -10,6 +10,7 @@ is_debug_enabled <- \() TRUE #' } #' #' @keywords internal +#' @noRd rebuild_docs_and_check <- function() { previous_version <- "0.0.0.9000" usethis::use_description(list( diff --git a/README.md b/README.md index 9419c0e..149692b 100644 --- a/README.md +++ b/README.md @@ -71,3 +71,12 @@ I created the ambhtmx.crud repo for the CRUD example on [Github](https://github. ![](https://raw.githubusercontent.com/jrosell/ambhtmx/main/inst/examples/huggingface-spaces-Dockerfile.png) + +## Troubleshooting + +Kown issues: + +* Authentication is not working. Are you trying to autenticate from 0.0.0.0 host? Cookies don't work from 0.0.0.0 host, try 127.0.0.1 or a domain name instead (/etc/hosts or DNS). +* HuggingFace Spaces and Docker are not working. Are you trying an app without including all the required packages in the Dockerfile? Please, check the logs and edit the Dockerfile and try again. + +Another issue? Please, [let me know](https://github.com/jrosell/ambhtmx/issues). \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 339fef3..0b70a75 100644 --- a/docs/index.html +++ b/docs/index.html @@ -142,6 +142,16 @@
Kown issues:
+Another issue? Please, let me know.
+