Setup on localhost without incident, however after publishing to live server, I get these errors (console and cms error included in pictures) when I try to search for an image.
Can you give a little bit of info about the publish.
Did you;
Manually transfer this to a Virtual Machine/IIS? If so have you checked your site permissions?
Publish this through Visual Studio to Azure/AWS?
Publish through a source control pipeline in something like Azure Dev Ops?
Also are you building the site using NuGet or from an Umbraco download?
I published from Visual studio to an Azure deployment slot (right hand click in solution and select publish). The site is v7.15.1 - recently upgraded via NuGet. I am aware that Media Stock doesn't explicitly state support for v7.15.1
I wondered about that but couldn't see any files not included when I looked. It doesn't help that the URL is a pseudo URL ( I presume) - /umbraco doesn't contain a folder called backoffice, not does the plugin folder... Can you provide a location for the files so that I can check they are included in the project... thanks.
I'm getting the same error after publishing to a live server. I"ve confirmed all files in the App_plugins folder were published and included in the project. Works great on the local build but once published getting that same 404 error. Could it be a firewall issue on the server-side?
I solved this by installing it on the live server. For a reason that I never discovered the package doesn't publish. So providing it works locally just go ahead and install on your live server.
Removed and re-added the BIN folder from the project to ensure everything is being included, re-deployed to the server, now getting 403 forbidden error when trying to search an image on the server. Everything works fine locally.
404 error after publish to live server
Hi,
Hoping you can help,
Setup on localhost without incident, however after publishing to live server, I get these errors (console and cms error included in pictures) when I try to search for an image.
Any ideas?
Can you give a little bit of info about the publish.
Did you;
Manually transfer this to a Virtual Machine/IIS? If so have you checked your site permissions? Publish this through Visual Studio to Azure/AWS? Publish through a source control pipeline in something like Azure Dev Ops?
Also are you building the site using NuGet or from an Umbraco download?
Hi Matthew,
I published from Visual studio to an Azure deployment slot (right hand click in solution and select publish). The site is v7.15.1 - recently upgraded via NuGet. I am aware that Media Stock doesn't explicitly state support for v7.15.1
Have you included the plugin (In App_Plugins + other places) into the Visual Studio project before deploying?
If its working locally and you are getting a 404 it sounds like not everything has been published up properly.
I wondered about that but couldn't see any files not included when I looked. It doesn't help that the URL is a pseudo URL ( I presume) - /umbraco doesn't contain a folder called backoffice, not does the plugin folder... Can you provide a location for the files so that I can check they are included in the project... thanks.
I'm getting the same error after publishing to a live server. I"ve confirmed all files in the App_plugins folder were published and included in the project. Works great on the local build but once published getting that same 404 error. Could it be a firewall issue on the server-side?
Getting the same error when deploying to a local copy of IIS as well.
Did you ever find a resolution to this issue?
Where do you find support for this package? Have there been any updates on this thread?
I solved this by installing it on the live server. For a reason that I never discovered the package doesn't publish. So providing it works locally just go ahead and install on your live server.
Tried that, says it installs but getting the same error.
Removed and re-added the BIN folder from the project to ensure everything is being included, re-deployed to the server, now getting 403 forbidden error when trying to search an image on the server. Everything works fine locally.
is working on a reply...