You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running in the development environment, I didn't set the VITE_SUPABASE_API_URL and VITE_SUPABASE_ANON_KEY environment variables. When I tried to use the chatbox, it returned null. The terminal displayed the following error:
"Error checking directory /Users/liancheng/Documents/Onlook/Projects/project-1743566930979/src/app: [Error: ENOENT: no such file or directory, stat '/Users/liancheng/Documents/Onlook/Projects/project-1743566930979/src/app']"
However, my actual directory path is /Users/liancheng/Documents/Onlook/Projects/project-1743566930979/app (without "src" in the path). It appears that the system is looking for a default directory path that includes 'src' before 'app'.
I created this project using the official desktop app at /Users/liancheng/Documents/Onlook/Projects/project-1743566930979/app. This error doesn't occur when creating a new project from scratch, however, after exchanging about two messages in the chat, the same error occurs again.
The text was updated successfully, but these errors were encountered:
I noticed that this error occurs when the system attempts to automatically load local Onlook project files. The error disappears after I manually reimport the project files.
Describe the bug
When running in the development environment, I didn't set the VITE_SUPABASE_API_URL and VITE_SUPABASE_ANON_KEY environment variables. When I tried to use the chatbox, it returned null. The terminal displayed the following error:
"Error checking directory /Users/liancheng/Documents/Onlook/Projects/project-1743566930979/src/app: [Error: ENOENT: no such file or directory, stat '/Users/liancheng/Documents/Onlook/Projects/project-1743566930979/src/app']"
However, my actual directory path is /Users/liancheng/Documents/Onlook/Projects/project-1743566930979/app (without "src" in the path). It appears that the system is looking for a default directory path that includes 'src' before 'app'.
I created this project using the official desktop app at /Users/liancheng/Documents/Onlook/Projects/project-1743566930979/app. This error doesn't occur when creating a new project from scratch, however, after exchanging about two messages in the chat, the same error occurs again.
The text was updated successfully, but these errors were encountered: