toolkit
toolkit copied to clipboard
The name of the imported projects does not match the name of the original projects
When exporting projects from the public instance of Overleaf.com and importing them into a self-hosted Overleaf Community Edition (running in Docker), the name of the imported project is set to “large” instead of keeping the original project name. This occurs when using the “Upload Project” function with a .zip archive of a project obtained by downloading the zip with sources from Overleaf.com.
Steps to Reproduce:
- Export a project from Overleaf.com as a .zip archive. The project should have a name other than "large" (e.g., "MyProject", "Thesis Project", etc. )
- On a self-hosted Overleaf Community Edition instance (running in Docker), navigate to the project list.
- Click the "New Project" button.
- Select "Upload Project".
- Choose the .zip archive downloaded in step 1.
- Observe that the newly created project is named "large" instead of "MyProject" (or the original project name).
Expected Behavior:
The imported project should retain its original name from Overleaf.com (e.g., "MyProject"). The filename in Overleaf Community Edition should match the original project's name.