Skip to content

Commit b6cf65f

Browse files
derschiwpwizla
andauthored
Explicitly repeat to include the /admin part in transfer URLs examples (#1827)
* Update transfer.md The transfer will fail if there is no /admin appended to the URL. This should be mentioned. * Update docusaurus/docs/dev-docs/data-management/transfer.md * Update docusaurus/docs/dev-docs/data-management/transfer.md --------- Co-authored-by: Pierre Wizla <[email protected]>
1 parent 97ff4ae commit b6cf65f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus/docs/dev-docs/data-management/transfer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Initiating a data transfer depends on whether you want to push data to a remote
8080

8181
1. Start the Strapi server for the destination instance.
8282
2. In a new terminal window, navigate to the root directory of the source instance.
83-
3. Run the following minimal command to initiate the transfer:
83+
3. Run the following minimal command to initiate the transfer, ensuring `destinationURL` is the full URL to the admin panel (i.e., the URL includes the `/admin` part):
8484

8585
<Tabs groupId="yarn-npm">
8686

@@ -111,7 +111,7 @@ Initiating a data transfer depends on whether you want to push data to a remote
111111

112112
1. Start the Strapi server for the source instance.
113113
2. In a new terminal window, navigate to the root directory of the destination instance.
114-
3. Run the following minimal command to initiate the transfer:
114+
3. Run the following minimal command to initiate the transfer, ensuring `remoteURL` is the full URL to the admin panel (i.e., the URL includes the `/admin` part):
115115

116116
<Tabs groupId="yarn-npm">
117117

0 commit comments

Comments
 (0)