Skip to Content
0
Sep 04, 2023 at 07:44 AM

Fiori In App State issue Appstatekey missing when navigating back

205 Views Last edit Sep 04, 2023 at 11:32 AM 3 rev

Hi Experts,

I need to navigate another fiori app APP B in same window from my APP A. So i am enabling in app state, before navigating to APP B i have placed the app state key but when navigating to APP A back in the url the app state key is not available or missing, so my APP A state is empty.

this is my manifest.json routes.

	"routes": [
				{
					"name": "RouteFTO",
					"pattern": "RouteFTO:?query:",
					"target": [
						"TargetFTO"
					]
				},<br>

I dont know why the app state key is missing when navigating back.

One more doubt: I am enabling in app state in my custom freestyle ui5. i am not using fiori elements.

Will in app state work only when we use fiori elements?

Please help.

Thanks,

Gowtham