Westwind.Globalization icon indicating copy to clipboard operation
Westwind.Globalization copied to clipboard

Asp Net Core setup LocalizationAdmin/index.html getting 'resources' is undefined

Open valliappan-annamalai opened this issue 6 years ago • 4 comments

valliappan-annamalai avatar Jan 17 '19 17:01 valliappan-annamalai

image

After setting up all that is mentioned for asp.net core configuration (https://github.com/RickStrahl/Westwind.Globalization#installation-netcore), including the database and table settings entries in json file.

Getting like above index.html page javascript error and not getting "Create Table" button, or other strings on page.

Thanks.

valliappan-annamalai avatar Jan 17 '19 17:01 valliappan-annamalai

Same for me on .net Core 3.0....

anisite avatar Mar 15 '19 12:03 anisite

I found a solution, I replaced : app.UseRouting(routes => { routes.MapRazorPages(); }); by app.UseRouting(routes => { routes.MapDefaultControllerRoute(); routes.MapRazorPages(); });

anisite avatar Mar 15 '19 12:03 anisite

Same for me in Asp.Net Core 3.0

AmrAlsawy avatar Nov 05 '19 12:11 AmrAlsawy