Skip to content
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

cant login #9637

Open
1 task done
alf7ar opened this issue Mar 14, 2025 · 0 comments
Open
1 task done

cant login #9637

alf7ar opened this issue Mar 14, 2025 · 0 comments

Comments

@alf7ar
Copy link

alf7ar commented Mar 14, 2025

⚠️ Search for existing issues first ⚠️

  • I have searched the existing issues, and there is no existing issue for my problem

Which Operating System are you using?

Windows

Which version of AutoGPT are you using?

Latest Release

What LLM Provider do you use?

Azure

Which area covers your issue best?

Installation and setup

What commit or version are you using?

i cant login

Describe your issue.

src\lib\autogpt-server-api\client.ts (709:28) @ fetch

707 |
708 | const hasRequestBody = !payloadAsQuery && payload !== undefined;

709 | const response = await fetch(url, {
| ^
710 | method,
711 | headers: {
712 | ...(hasRequestBody && { "Content-Type": "application/json" }),

Upload Activity Log Content

src\lib\autogpt-server-api\client.ts (709:28) @ fetch

707 |
708 | const hasRequestBody = !payloadAsQuery && payload !== undefined;

709 | const response = await fetch(url, {
| ^
710 | method,
711 | headers: {
712 | ...(hasRequestBody && { "Content-Type": "application/json" }),

Upload Error Log Content

src\lib\autogpt-server-api\client.ts (709:28) @ fetch

707 |
708 | const hasRequestBody = !payloadAsQuery && payload !== undefined;

709 | const response = await fetch(url, {
| ^
710 | method,
711 | headers: {
712 | ...(hasRequestBody && { "Content-Type": "application/json" }),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant