-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Labels
Description
On alpha.iodide.io revision 1d87c1a, when the user clicks on "Make a Copy", the notebook is cloned, but none of the files attached to it, which may prevent the notebook from working.
What I Did
- Create a new notebook
- Go to Files > Add a file, say "test.png"
- Verify that the file is accessible under /notebooks/<notebook_id>/files/test.png
- Click on "Make a Copy"
- With the new notebook, check if the file is accessible unter /notebooks/<Copy_of_notebook_id>/files/test.png
What I Expected
The file should display.
What Happened
500 Internal Server Error message
(if applicable) notebook that reproduces bug
Original notebook: https://alpha.iodide.io/notebooks/4281/files/kaefer.png
Copy: https://alpha.iodide.io/notebooks/4283/files/kaefer.png
Reactions are currently unavailable