Close

Getting a 302 on /getFilteredProducts after migrating to other server

acegroup
5 years ago
#15069 Quote
Avatar
  • 2
After a migrate to another VPS with the same specs and settings the Nop Ajax Filters and paging is not working anymore.

I'm getting a 302 on /getFilteredProducts.
acegroup
5 years ago
#15070 Quote
Avatar
  • 2
After checking the log, the stored procedure "ProductLoadAllPagedNopAjaxFilters" was not found. The db was scripted to the new mssql server, but the stored procedure "ProductLoadAllPagedNopAjaxFilters" is encrypted so it can't be scripted.

Reinstalling the Ajax filter plugin solved this issue.