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

Deleting a device without deleting the pogo account first causes PogoAuth page to error #1139

Open
DexterKomio opened this issue May 6, 2021 · 1 comment
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.

Comments

@DexterKomio
Copy link

Steps to Reproduce:

  1. Create a device with a PTC pogo account assigned to it. (apply may be needed)
  2. Delete the device (without unassigning ptc first)
  3. Navigate to the pogo auth page, observe error.

Only way to fix it is to clear the device assignment in the pogo auth table.

@DexterKomio
Copy link
Author

UPDATE settings_pogoauth SET device_id=NULL where account_id=212; is the command in sql. Mad restart not required.

@Expl0dingBanana Expl0dingBanana added the Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors. label Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.
Projects
None yet
Development

No branches or pull requests

2 participants