An user reports the following error when accidentally removing `load_dotenv()` call causing to miss URL and access token: ``` LibsqlError(f”Unsupported URL scheme {config.scheme!r}”, “URL_SCHEME_NOT_SUPPORTED”). ```
An user reports the following error when accidentally removing
load_dotenv()call causing to miss URL and access token: