-
Notifications
You must be signed in to change notification settings - Fork 44.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm having a problem installing the Frontend #9148
Comments
Same:
|
This did it for me... Thanks to ROO CLINE and DeepSeek: Procedure to Resolve Backend Connection Issues1. Verify Docker Containers
2. Apply Database Migrations
3. Verify Backend API
4. Start Frontend Development Server
5. Troubleshooting Common Issues
6. Final Verification
|
@clmarshall Thanks for posting the resolution steps! @giulianetti please try the steps and confirm you're no longer having this issue so we can close this ticket 🙏🏼 |
Which Operating System are you using?
Windows
Which version of AutoGPT are you using?
Latest Release
What LLM Provider do you use?
Other (detail in issue)
Which area covers your issue best?
Installation and setup
What commit or version are you using?
6584935
Describe your issue.
When compiling the solution the home page loads but does not work.
Upload Activity Log Content
No response
Upload Error Log Content
This is the console log:
(node:11560) [DEP0040] DeprecationWarning: The
punycodemodule is deprecated. Please use a userland alternative instead. (Use
node --trace-deprecation ...to show where the warning was created) ✓ Compiled /login in 30s (5474 modules) Error: Route "/login" used
cookies().getAll().
cookies()` should be awaited before using its value. Learn more: https://nextjs.org/docs/messages/sync-dynamic-apisat getAll (src\lib\supabase\getServerSupabase.ts:15:31)
13 | cookies: {
14 | getAll() {
These are the errors shown on the screen:
The text was updated successfully, but these errors were encountered: