It doesn’t look like you have any IPs specifically whitelisted… you have to change your line:

//ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, 192.168.2.1, ::ffff:192.168.2.15"], // Set [] to allow all IP addresses

To something like this:

ipWhitelist: [“127.0.0.1”, “192.168.2.15"], // Set [] to allow all IP addresses

So basically uncomment the line and make sure to add your IP. You may want to just whitelist the entire subnet, to do that you would add "192.168.2.0/24"