Ionic Storage is not restoring data after setting URL for pages in App module

While i am setting the URL for my pages in App.module, the Ionic storage stop working, It storing the keyValue but not returning back, I can see the value saved in browser from Developer option but. storage.get(‘Key’) is not return the value back,
If i remove the changes for URL building from App.module then it works perfect, but with URL building i stop work

What does that mean?

There was some issues in the URL binding which was executing twice, So next time code execution was reseting the Storage variable
My Bad :slight_frown:
Made the changes

1 Like