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

backoffice url redirecting to hac

0 Kudos
4,458

I am trying to access backoffice in my local with the url : "https://localhost:9002/backoffice/ ". When I hit this url it was redirecting me to hac instead of backoffice.

Accepted Solutions (0)

Answers (5)

Answers (5)

0 Kudos

@ : I think your build was not Successful , i think you enter commend like ant build & hybrisserver.bat, if you enter like this this will continue to start server even the build failure.

former_member632755
Active Contributor
0 Kudos

Hi,

there are two possible reasons for that:

  • an error appears (like mentioned in the above answers)

  • the application is not initialised - if that is the case you need to go to hac and do the initialisation

Cheers, Wojtek

0 Kudos

I have added backoffice extension in localextensions.xml file but this issue still persists.

former_member638520
Contributor
0 Kudos

Have you checked the logs ?

Former Member
0 Kudos

is you backoffice extension is there in localextension.xml file, if yes put the url in local.properties files.

former_member638520
Contributor
0 Kudos

Hi,

It means that there is problem with application. Probably spring's context does not start (for example: sth wrong with beans) or another issue appears. Could you check logs from application startup ?

Regards,

Lukasz