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

https://app.flagsmith.com/demo is broken #2201

Closed
dabeeeenster opened this issue May 15, 2023 · 4 comments · Fixed by #2202
Closed

https://app.flagsmith.com/demo is broken #2201

dabeeeenster opened this issue May 15, 2023 · 4 comments · Fixed by #2202
Assignees

Comments

@dabeeeenster
Copy link
Contributor

Go to https://app.flagsmith.com/demo and just get:

Oops
We could not login to the demo account please contact Support

@matthewelwell matthewelwell linked a pull request May 15, 2023 that will close this issue
3 tasks
@bharathkalyans
Copy link
Contributor

I hope this issue is not closed!

  • Found a bug where when visiting https://app.flagsmith.com/{randonSlug} the page is showing blank.
  • Take a look below 👇🏻
Screenshot 2023-05-16 at 10 49 18 AM
  • Rather it should be showing the 404 error page/component, like 👇🏻
Screenshot 2023-05-16 at 10 49 39 AM

@bharathkalyans
Copy link
Contributor

bharathkalyans commented May 16, 2023

I believe this <Route component={NotFoundPage} /> should be <Route path="*" component={NotFoundPage} />
file 👉🏻 : frontend/web/routes.js {line 166}

@bharathkalyans
Copy link
Contributor

bharathkalyans commented May 16, 2023

@dabeeeenster I can do a PR 😀, it's a one line fix right 😅?

@matthewelwell
Copy link
Contributor

Hey @bharathkalyans , sure - we'd love to get a PR here!

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 a pull request may close this issue.

6 participants