techlore / Plexus-app

Remove the fear of Android app compatibility on de-Googled devices.
https://plexus.techlore.tech
GNU General Public License v3.0
184 stars 12 forks source link

422 when trying to verify email #21

Closed shadowwwind closed 2 months ago

shadowwwind commented 2 months ago

Description

When trying to verify my email I get an 422 error

Steps to reproduce the behaviour

Click any app, click submit > enter email> click submit

Screenshots/error messages (optional)

If applicable, add screenshots or error messages to help explain the issue.

Additional context (optional)

Any other relevant information or context that can help us understand the issue.

StellarSand commented 2 months ago

Looks like this is only an issue on the release build. Debug build works fine. My guess is something's been removed by proguard in release build. Will check.

shadowwwind commented 2 months ago

Awesome thank you!