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

Tenant does not exist error #1

Open
angelokimhui opened this issue Aug 1, 2024 · 3 comments
Open

Tenant does not exist error #1

angelokimhui opened this issue Aug 1, 2024 · 3 comments

Comments

@angelokimhui
Copy link

I tried recreating a new tenant and the problem still persists.

image

@turbolego
Copy link

turbolego commented Sep 4, 2024

I have the same error.
The steps for logging into GitHub and 0Auth seems to work, but stops on the step:

┃ We are about to reset and configure the Auth0 tenant 'turbolego'.
┃ Are you sure you want to continue?

Brand new repository used for this, has no files only custom domain setup.

PS C:\Users\Tobias Andersen\IdeaProjects\authsite> ./authsite musikkunderstjernene.online
✓ Domain 'musikkunderstjernene.online' is properly pointing to GitHub Pages.
✓ Logged into Auth0 with tenant 'turbolego' to be configured.
✓ Logged into GitHub as 'turbolego'.
2024/09/04 12:35:27 conn create:409 Conflict: A connection with the same name is being deleted, try again later

PS C:\Users\Tobias Andersen\IdeaProjects\authsite> ./authsite musikkunderstjernene.online
✓ Domain 'musikkunderstjernene.online' is properly pointing to GitHub Pages.
✓ Logged into Auth0 with tenant 'turbolego' to be configured.
✓ Logged into GitHub as 'turbolego'.
2024/09/04 12:38:10 update binding:404 Not Found: Tenant does not exist.

PS C:\Users\Tobias Andersen\IdeaProjects\authsite> ./authsite musikkunderstjernene.online
✓ Domain 'musikkunderstjernene.online' is properly pointing to GitHub Pages.
✓ Logged into Auth0 with tenant 'turbolego' to be configured.
✓ Logged into GitHub as 'turbolego'.
2024/09/04 12:41:46 conn create:409 Conflict: A connection with the same name is being deleted, try again later

@progrium
Copy link
Owner

progrium commented Sep 5, 2024

Looks like we just need to make sure it retries. There was another step where this came up, so this should be a quick fix. In fact, should be an easy PR for either of you if I don't get back to this soon.

@turbolego
Copy link

turbolego commented Sep 6, 2024

Looks like we just need to make sure it retries. There was another step where this came up, so this should be a quick fix. In fact, should be an easy PR for either of you if I don't get back to this soon.

EDIT: I fixed the panic: open site\auth\api.js: file does not exist -error too, PR updated: #2

😄

welp, i was able to get past the Tenant does not exist error, but now i have a new error panic: open site\auth\api.js: file does not exist which makes no sense haha

I made a PR: #2

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

No branches or pull requests

3 participants