Named routes in flutterflow

Actions & Logic

Hi all. I tried to create a custom action that would redirect me to the desired page. But I keep getting an error!

And I get this error:

Error fetching category: Navigator.onGenerateRoute was null, but the route named "/vacanciesForm" was referenced.

To use the Navigator API with named routes (pushNamed, pushReplacementNamed, or pushNamedAndRemoveUntil), the Navigator must be provided with an onGenerateRoute handler.

The Navigator was:

Some one knows how to slove this problem?

Thank you!๐Ÿ˜ฎโ€๐Ÿ’จ

What have you tried so far?

I try use my code.

Did you check FlutterFlow's Documentation for this topic?
No