scyllagroup / UmbracoFlare

This project aims to provide a basic level of service integration between Cloudflare and the open-source ASP.NET CMS Umbraco.
https://www.umbracoflare.com/
Creative Commons Attribution Share Alike 4.0 International
18 stars 3 forks source link

Request error: The URL returned a 404 (not found): #2

Closed khraibani closed 8 years ago

khraibani commented 8 years ago

Does the package work on umbraco 7.3.6? I am aware that umbraco packages its stated from 7.4, but It did install fine. Associating the account worked fine but when I try to purge I am getting

Request error: The URL returned a 404 (not found): backoffice/UmbracoFlare/CloudflareUmbracoApi/GetAllowedDomains

Thanks

LoganPeck commented 8 years ago

Hi, make sure that you have the UmbracoFlare.dll in your bin folder. It sounds like that dll is missing. If it is there, try rebuilding your project if you are in Visual Studio, that might fix it. Let me know if this doesn’t help.

Thanks, Logan

From: khraibani [mailto:notifications@github.com] Sent: Sunday, May 22, 2016 7:48 AM To: scyllagroup/UmbracoFlare UmbracoFlare@noreply.github.com Subject: [scyllagroup/UmbracoFlare] Request error: The URL returned a 404 (not found): (#2)

Does the package work on umbraco 7.3.6? I am aware that umbraco packages its stated from 7.4, but It did install fine. Associating the account worked fine but when I try to purge I am getting

Request error: The URL returned a 404 (not found): backoffice/UmbracoFlare/CloudflareUmbracoApi/GetAllowedDomains

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHubhttps://github.com/scyllagroup/UmbracoFlare/issues/2

khraibani commented 8 years ago

Hi, I have checked the date stamp on the [myproject].dll & it was older than the local one, for some reason webdeploy didn't transfer the dll. Thanks for your help great package by the way.