Closed prakhar897 closed 9 months ago
Yeah, right now "log in" means for paid customers only, not trial users. It should be fixed for sure but it's not a very high priority right now.
@Glench is there a workaround for this? How can I login when I started a trial, but reinstalled the extension?
@Glench I also ran into this issue during development. It seems like the user record should exist since extpay.getUser()
works after starting a trial
@Glench is there a workaround for this? How can I login when I started a trial, but reinstalled the extension?
a possible workaround would be to alert the user to use a different email. it's not very user-friendly though and could lead to users just starting trials with different emails
As @dm1014 mentioned it's not a very user-friendly way to do this and it becomes more complicated during the development when I have to test the trail flow locally.
Every time I have to test the flow I would have to use a new email.
As @dm1014 mentioned it's not a very user-friendly way to do this and it becomes more complicated during the development when I have to test the trail flow locally.
Every time I have to test the flow I would have to use a new email.
This is a completely separate issue. You might consider creating a new discussion for it where you discuss in detail the issue you're getting.
Also, if you use your developer email for trials in development mode you won't have to use different emails every time.
I have a few people testing extensions for me. After I make changes and they install a revision of the extension they have to use a new email. That process is not practical or sustainable. I would propose that you provide an API call that would allow the removal of trial emails. That would allow the use of something like Postman to do a simple 'reset' of testing emails. It would be even better if this was offered through the UI, but I could get by with an API call for now.
This has been fixed! See #108
It seems the system gets in a deadlock if a trial user reinstalls the app. Can you look into it?