Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to load redirects - Umbraco v8.18.3 #143

Closed
kudecha opened this issue Jun 2, 2022 · 2 comments
Closed

Unable to load redirects - Umbraco v8.18.3 #143

kudecha opened this issue Jun 2, 2022 · 2 comments
Labels
state/needs-more-info umbraco/v8 Issues and tasks related to Umbraco 8.

Comments

@kudecha
Copy link

kudecha commented Jun 2, 2022

Hi,

I am working with Umbraco v8.18.3 using Visual Studio 2022.
I have also installed Skybrud.Umbraco.Redirects v2.1.4 with it using nuget within VS 2022.
Everything works fine on localhost on my dev machine.

However, it does not work when publishing to IIS 10 on production server.
I can login to umbraco site and am able to view the dashboard without any issues on production server.
But, it does not load Redirect URLs which are already stored (or won't add new).
The errors I see are;

image

Request error: The URL returned a 404 (not found):
/umbraco/backoffice/Skybrud/Redirects/GetRootNodes
/umbraco/backoffice/Skybrud/Redirects/GetRedirects

Please Note:
Web.config has
<remove name="RedirectsModule" /> <add name="RedirectsModule" type="Skybrud.Umbraco.Redirects.Routing.RedirectsModule, Skybrud.Umbraco.Redirects" />
SQL Database has table SkybrudRedirects and umbracoKeyValue table contains an entry with value 2.1.1.

On, removing the umbracoKeyValue + deleting database table + restarting site on production server successfully re-creates both of these items. However the issue persists as above.

I have also tried installing package using Umbraco backoffice, with no success.

Using Skybrud.Umbraco.Redirects v2.1.3 or event v2.0.7 installed using nuget - where it works on dev machine but not on production server.

Would you please suggest what could be wrong?

Thanks,
Jay

@abjerner
Copy link
Member

Hi @kudecha,

Have you by any chance changed the URL of the backoffice for the live environment? This is not something that is currently supported by the V8 version of this package, so that could result in the errors that you've posted.

@abjerner abjerner added type/bug Something isn't working umbraco/v8 Issues and tasks related to Umbraco 8. labels Aug 16, 2022
@abjerner
Copy link
Member

Closing due to inactivity...

@abjerner abjerner closed this as not planned Won't fix, can't repro, duplicate, stale Sep 13, 2022
@abjerner abjerner removed the type/bug Something isn't working label Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state/needs-more-info umbraco/v8 Issues and tasks related to Umbraco 8.
Projects
None yet
Development

No branches or pull requests

2 participants