Describe the bug
When creating a new top level Community, devtools show that the app sends the following undefined request to the server:
[server URL]/api/core/communities/undefined?embed=logo&embed=subcommunities&embed=collections&embed=parentCommunity
Issue discovered on both sandbox.dspace.org and demo.dspace.org
To Reproduce
- Log in as admin
- Open devtools, go to the network tab
- From the sidebar, select New > Community (or go directly to the
/communities/create). Press the 'Create a new top-level community'
- Observe the
undefined request sent to the backend
Expected behavior
No undefined request being send
Related work
Nothing found
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