How to configure OSPF Totally NSSA Area

Hi Guys, I have a question around being able to route to the internet from a Totally NSSA. Initially I configure the lab below so all areas are normal area. I’m using a default static route on R4, and default-information originate in the ospf process. I’m able to get to internet IP from all other routers. However I’m having trouble getting this working once I convert Area 3 into a Totally NSSA.

R3 is ABR configured with “area 1 nssa no-summary”
R4 is configured with “area 1 nssa”

I notice on R4 that I don’t get the default 0.0.0.0/0 O IA route from the R3 (the ABR) and so while I can reach the internet, I cant route out of the Total NSSA. I believe this is down to R4s local static route having a better AD. If I remove the local default static route from R4, I then get the R3’s summary O IA route, so can route out of the area, but of course then cannot get to the internet.

Is this scenario possible?
Thanks
Stuart