Cannot reach /worldmap, login rejected

Hello all.
Hope not doing big mistakes…

Im trying to setup a tracking page using
node-red-contrib-web-worldmap
starting from example flow

Node red log says:
[info] [worldmap:afaffa] started at /worldmap

I guess i’ve setup everything but when i try to reach the map page https://ipaddress:1880/worldmap is asking for a login and i always get rejected, i tried using hassio and node red config user/pass as well but both failing to access the page.

Any help will be very appreciated.

This is the node red config:
{
“credential_secret”: “",
“dark_mode”: false,
“http_node”: {
“username”: “admin”,
“password”: "

},
“http_static”: {
“username”: “admin”,
“password”: “*******”
},
“ssl”: true,
“certfile”: “fullchain.pem”,
“keyfile”: “privkey.pem”,
“require_ssl”: true,
“system_packages”: ,
“npm_packages”: ,
“init_commands”:
}

And this is the flow

[{“id”:“7c6c5d41.e0c354”,“type”:“tab”,“label”:“Flow 1”,“disabled”:false,“info”:“”},{“id”:“790ae221.1a734c”,“type”:“worldmap”,“z”:“7c6c5d41.e0c354”,“name”:“afaffa”,“lat”:“5.0”,“lon”:“5.0”,“zoom”:“4”,“layer”:“OSM”,“cluster”:“”,“maxage”:“”,“usermenu”:“show”,“layers”:“show”,“panit”:“true”,“panlock”:“false”,“zoomlock”:“false”,“hiderightclick”:“false”,“coords”:“deg”,“path”:“”,“x”:525,“y”:123,“wires”:},{“id”:“a432bf90.8a8c”,“type”:“inject”,“z”:“7c6c5d41.e0c354”,“name”:“”,“topic”:“”,“payload”:“”,“payloadType”:“str”,“repeat”:“”,“crontab”:“”,“once”:false,“x”:88,“y”:132,“wires”:[[“2f6105e5.830cba”]]},{“id”:“2f6105e5.830cba”,“type”:“function”,“z”:“7c6c5d41.e0c354”,“name”:“Add person to map”,“func”:“var thing = {\n name:"Jason Isaacs", \n lat:51, \n lon:-1.45,\n icon:"car",\n iconColor:"darkred",\n extrainfo:"Hello to Jason Isaacs"\n};\nmsg.payload = thing;\nreturn msg;”,“outputs”:1,“noerr”:0,“x”:278,“y”:132,“wires”:[[“790ae221.1a734c”,“c48d78f0.eb4188”]]},{“id”:“28924348.5ae6dc”,“type”:“comment”,“z”:“7c6c5d41.e0c354”,“name”:“Simple map - click inject to send point to map.”,“info”:“Adds a map at http://(your-server-ip):1880/worldmap. \n\nThe function node creates an object with some basic properties required to add to a map.”,“x”:218,“y”:72,“wires”:},{“id”:“c48d78f0.eb4188”,“type”:“debug”,“z”:“7c6c5d41.e0c354”,“name”:“”,“active”:false,“tosidebar”:true,“console”:false,“tostatus”:false,“complete”:“false”,“x”:545,“y”:203,“wires”:}]

Is anyone using web-worldmap?

Did you solve this in the end? Running into the same issue

‘Solved’: Used Node Red login credentials