You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: docusaurus/docs/dev-docs/data-management/transfer.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Initiating a data transfer depends on whether you want to push data to a remote
80
80
81
81
1. Start the Strapi server for the destination instance.
82
82
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):
84
84
85
85
<TabsgroupId="yarn-npm">
86
86
@@ -111,7 +111,7 @@ Initiating a data transfer depends on whether you want to push data to a remote
111
111
112
112
1. Start the Strapi server for the source instance.
113
113
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):
0 commit comments