Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render Not Found Page on Invalid Path #266

Closed
wants to merge 7 commits into from
Closed

Conversation

mathew-jose
Copy link
Collaborator

No description provided.

Copy link

github-actions bot commented Aug 26, 2024

Test Results

83 tests   83 ✅  1s ⏱️
17 suites   0 💤
 7 files     0 ❌

Results for commit ec0a136.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Aug 26, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1122 895 80% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: ec0a136 by action🐍

@@ -75,7 +76,10 @@ const AfterLogin = ({
});
} else {
if (!componentRole || (componentRole && componentRole === userRole))
return <Component {...props} />;
return <>
Copy link
Collaborator

@piyushroshan piyushroshan Aug 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to make any changes to the UI side. Just the nginx i.e. the api call is where we should return 404.

@piyushroshan
Copy link
Collaborator

Fixed in #269

@piyushroshan piyushroshan deleted the page-not-found branch August 28, 2024 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants