scorelab / OpenMF

An Open Source Mobile Forensics Investigation Tool for Android Platform
Apache License 2.0
146 stars 94 forks source link

Bug in management section (placeholder) #241

Open swapnalshahil opened 2 years ago

swapnalshahil commented 2 years ago

Describe the bug After the selection of a date from the calendar, its placeholder should disappear on Frontend.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Analytics -> Filter'
  2. Click on 'dropdown to select Date'
  3. Select any date from the calendar.
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots

2021-10-02
ShivamJhaa commented 2 years ago

Hey, can I work on this issue?

swapnalshahil commented 2 years ago

@ShivamJhaa go on!

harshagrawal523 commented 2 years ago

Hi , is this issue open? If not can I work on this?

swapnalshahil commented 2 years ago

@harshagrawal523 yes go on!

harshagrawal523 commented 2 years ago

@harshagrawal523 yes go on!

I have provided a PR , I was unable to go pass the login page due to some error which is still not resolved , I have asked in community channel and I hope it will be soon rectified. So I would request to check this once.

Thank you!

swapnalshahil commented 2 years ago

You need to run flask then you have to create one dummy account to login.

harshagrawal523 commented 2 years ago

You need to run flask then you have to create one dummy account to login.

How to create dummy account after running /login route I get this issue

Screenshot 2021-12-04 at 19 45 56
swapnalshahil commented 2 years ago

@harshagrawal523 /login is a POST route, you are getting this "method not found" error as the browser is doing GET request over /login route. Try to do a POST request on /login using postman or you can directly use the OpenMF frontend with running backend. (from sachinsom)

harshagrawal523 commented 2 years ago

@harshagrawal523 /login is a POST route, you are getting this "method not found" error as the browser is doing GET request over /login route. Try to do a POST request on /login using postman or you can directly use the OpenMF frontend with running backend. (from sachinsom)

Okay thank you , I will try that once!

PrerakMathur20 commented 2 years ago

Can take this issue, if it's still up?