4 ms·
I just realized the direct post link to recipe is not going to the recipe details page (only on the web app). It is going to the home page. Looks like Flutter
by AwkwardPanda 10mo ago
I just realized the direct post link to recipe is not going to the recipe details page (only on the web app). It is going to the home page.
Looks like Flutter has to be loaded first and only then the direct deep links are working as expected.
Quick workaround for now is to just come back and click on the link again. This way since the web app is already loaded in your browser, it will directly open the recipe details page.
Meanwhile I'm debugging the issue with deeplinks on web