on 2018 May 23 9:18 AM
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.
Request clarification before answering.
@ : 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have added backoffice extension in localextensions.xml file but this issue still persists.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
is you backoffice extension is there in localextension.xml file, if yes put the url in local.properties files.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.