When a user has canceled a project creation and they go to a specific deep link (https://connect.topcoder.com/new-project/watson_chatbot) the system shows the correct "Unfinished screen"

Upon clicking on "Create a new project" the system ignores the deep link and redirects to the project main screen.

The system should respect a deep link (direct link) and load an empty form for that URL instead of home screen. Expected to see:

This is a new case for deep links only. The "Create a new project" should redirect to main screen if we don't have a request for a specific project creation form.
Can we add this logic check to the incomplete project verification? If a request is for a valid project form, load the form. If it is not, load the main project selection page.