Login Page goes 404 after ...and no demo data to load

Hi

Install the Axelor fron the Docker container, there is a situation when you login with any type of credentials (admin or user) goes after to 404 but, if you use the back arrow on browser you are in… is this a bug ? another situation is that there is not option in bulk to load demo data… could be the docker container that doesn’t load properly?

Best Regards

Hi,
404 could be generated due to URL error.
Check inside the tomcat/webapps/ directory and find the folder name of the app.
Yiou should use this folder name as URL prefix (eg: http://localhost:8080/[my_app_folder/index.jsp).

You also need to be shure that Tomcat and Axelor app has been lunched successfully (see tomcat log files)

Regards