Base solution for your next web application
Open Closed

Change in Localication since 0.5.10? #70


User avatar
0
imker created

I get an "undefined" error on this line in apb.js starting from version 0.5.10.

Using the original downloaded template I startet with 0.5.5 and upgraded it step by step, it runs until 0.5.9, update to 0.5.10, then I get an error on

var source = abp.localization.values[sourceName];

(abp.localization.values is "undefined")

Was there a change in the localization part of APB? I found nothing in the docu.

Thanks.


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    It may be similar to <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/395">https://github.com/aspnetboilerplate/as ... issues/395</a>

    Can you enter the URL <a class="postlink" href="http://localhost:6234/AbpScripts/GetScripts">http://localhost:6234/AbpScripts/GetScripts</a> (port may vary if you changed it). If not, please check logs in Logs folder of web project.