-
Notifications
You must be signed in to change notification settings - Fork 568
/communities/create sends undefined request to the API #6168
Copy link
Copy link
Labels
affects: 10.xIssue impacts 10.x releasesIssue impacts 10.x releasesaffects: mainIssue impacts "main" (latest release).Issue impacts "main" (latest release).bugcomponent: CommunityCommunity display or editingCommunity display or editinggood first issueThis is a smaller ticket/bug that may be easier for new contributorsThis is a smaller ticket/bug that may be easier for new contributors
Description
Activity
Metadata
Metadata
Assignees
Labels
affects: 10.xIssue impacts 10.x releasesIssue impacts 10.x releasesaffects: mainIssue impacts "main" (latest release).Issue impacts "main" (latest release).bugcomponent: CommunityCommunity display or editingCommunity display or editinggood first issueThis is a smaller ticket/bug that may be easier for new contributorsThis is a smaller ticket/bug that may be easier for new contributors
Type
Projects
- StatusShow more project fields🏗 In Progress
Describe the bug
When creating a new top level Community, devtools show that the app sends the following
undefinedrequest to the server:[server URL]
/api/core/communities/undefined?embed=logo&embed=subcommunities&embed=collections&embed=parentCommunityIssue discovered on both sandbox.dspace.org and demo.dspace.org
To Reproduce
/communities/create). Press the 'Create a new top-level community'undefinedrequest sent to the backendExpected behavior
No undefined request being send
Related work
Nothing found