https://gantt-project.azurewebsites.net/
gantt (2).xml (2.3 KB)
Hello Contardo,
Right now, there are some issues with our main instance of the MSP export server. Sorry for the inconvenience. The dev team is working on a fix.
Please use the alternative URL to import and export MSP and Primavera files:
gantt.exportToMSProject({
server:"https://gantt-project-export.azurewebsites.net/"
});
We’ll inform you when the issue is fixed.
Hello Contardo,
The dev team migrated the MSP export module to a different server. So, now, importing and exporting MSP and Primavera files should work correctly.
For now, you need to include the URL of the export server in the import and export functions. In the future, you won’t need to use the server
parameter.
Here is the URL of the newer server:
https://export.dhtmlx.com/msproject
And here is an example of how it can be used in the export function:
gantt.exportToMSProject({
skip_circular_links: false,
server:"https://export.dhtmlx.com/msproject/"
})
You can check how it works in the following snippet:
https://snippet.dhtmlx.com/4yvk7mv0
sorry for the delay, thank you very much Ramil