Using basebox2 as AP and sxt-lite2 as station but no connection is being established

I’m having basebox 2 as an AP connected in AP-Bridge mode, WDS mode “OFF”, nstreme “ENABLED”, router os 6.33.2 (Stable) installed on it and I’m trying to connect a SXT-Lite2 as station, station is connected to AP but I’m still unable to access the internet. What should I do? I’m new to Mikrotik, At present I’m using Ubiquiti devices and those are working well, but mikrotik is driving me nuts..

shyamjadhav05 - to help you out we need a look at your config in both boxes…

Go in to terminal mode from winbox…
type:

/ip firewall nat [return]
/export [return]

Now copy that to a file (using notepad or something like that).

Next type:
/ip route [return]
/export [return]

Copy this output to the same file as above.

Next type:
/ip address [return]
/export [return]

Copy this to the same file.

And just for good measure lets get a look at your wireless config just to make sure.
Type:
/interface wireless [return]
/export [return]

Copy to the same file.

Do this for both of your devices and lets see what is going on.

Thom