cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

I followed the steps provided in the wiki to install smartedit. After installation of the same.. I tried to access the smartedit url https://localhost:9002/smartedit. But it is throwing 404 page and the following exception:

0 Kudos
346
 error expected mime type application octet stream but got text
 
 <html>
 <head>
 <meta http equiv="Content Type" content="text/html;charset=utf 8"/>
 <title>Error 404 Not Found</title>
 </head>
 <body>HTTP ERROR 404
 <p>Problem accessing /solr/master_backoffice_backoffice_product_flip/update. Reason:Not Found
 </body>
 </html>

We were using 6.3 earlier where we did not use smartedit. Now we are upgrading to 1811 and are trying to have smartedit functionality. Any leads would be appreciated.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

a_e_dubey
Active Participant
0 Kudos

Hi First open below url:

 https://localhost:8983/solr/#/master_backoffice_backoffice_product_flip

If this does not exist it means solr config is not correct. So check indexing mode of solr which must be two phase else run below impex if using default configs:

 INSERT_UPDATE SolrIndexConfig;name[unique=true];indexMode(code);
 ;Default;TWO_PHASE;

Let me know if this helps you.