EDMdesigner / editor-issues

This is an issue tracking repository for reporting bugs, improvements and feature requests of our email editor.
5 stars 1 forks source link

Connection issue - request time out #103

Open agnieszkakowalska opened 6 years ago

agnieszkakowalska commented 6 years ago

Hi Guys,

Please let me know if there is any global issue with connection to your servers (createFromOwn function)

We have a problem with EDM designer for user Unit_40356. Such requests do not work at all (return request time out) Url: https://api-a.edmdesigner.com/jsonp/project/createFromOwn/5a597ae45814a81100b4a3ac?user=Unit_40356&token=68c49de856642832c330f9210dba4fc4&data=%7B%22title%22%3A%22test%22%2C%22description%22%3A%22%22%2C%22customData%22%3A%7B%22template%22%3A%22false%22%2C%22esMessageId%22%3A317%7D%7D&nocache=1516376416740&callback=jQuery22309009120714728742_1516376351062&_=1516376351071 We’ve checked on a different unit and similar situation happens, but not each time.

Please let us know as soon as possible, because our clients need to send newsletters right now.

smiska commented 6 years ago

Hi @agnieszkakowalska , CreateFromOwn work without problems, there shouldn't be any issue. If I understand properly you make a GET request, while it should be a POST request. If you send the projectID in the request body, your project will be duplicate for the user who is authenticated in the request.