hotspot and /user login

i have a problem with http://hotspot_ip/user (and userman) login on hotspot interface
is there a simple solution or it is a big bug
also test with clear configuration but same situation error 404 ???

If www service is listening on port 80, move it to different port (ex. 8000).

Try this:

http://<hotspot ip>:<www service port>/user

You need to change the www port from 80 to something else, i.e 8888

/ip service set www port=8888

Now access userman at

http://hotspot_ip:8888/userman

I thing this is a bug coz if i type ip address of public interface there is not a problem to enter from hotspot interface

It is not a bug. When you have hotspot on an interface, then the built-in http server is no longer accessible on port 80 on that interface.