Skip to content

🐛 BUG: Cannot update my name in profile #1953

@Aivanaso

Description

@Aivanaso

What went wrong? 🤔

I'm trying to update my profile name, but nothing happens

Payload:
{
"query": "\n mutation UpdateUserProfile($data: UpdateUserInput, $upload: Upload) {\n updateUserProfile(data: $data, upload: $upload) {\n id\n name\n image\n username\n permalink\n bio\n twitter\n github\n hashnode\n roadmap\n threads\n codepen\n reddit\n stackoverflow\n youtube\n linkedin\n mastodon\n bluesky\n createdAt\n infoConfirmed\n timezone\n experienceLevel\n language\n }\n }\n",
"variables": {
"data": {
"name": "Aivan",
"username": "aivanaso",
"bio": null,
"company": null,
"title": null,
"twitter": null,
"github": null,
"portfolio": null,
"roadmap": null,
"threads": null,
"codepen": null,
"reddit": null,
"stackoverflow": null,
"youtube": null,
"linkedin": "ivanrodriguezmoreno",
"mastodon": null,
"bluesky": null,
"experienceLevel": "MORE_THAN_10_YEARS"
}
}
}

Response:
{
"data": {
"updateUserProfile": null
},
"errors": [
{
"message": "Unexpected error",
"locations": [
{
"line": 3,
"column": 5
}
],
"path": [
"updateUserProfile"
],
"extensions": {
"code": "UNEXPECTED"
}
}
]
}

Expected Behavior

No response

Steps to Reproduce Issue

1. Go to Profile
2. Click on Edit
3. Try change profile name

Solution Proposed

No response

Screenshots

No response

Environment

No response

Browsers

No response

OS

No response

Version of daily.dev

No response

Additional Context

Code of Conduct

  • I follow the conditions of this project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions