-
Notifications
You must be signed in to change notification settings - Fork 55
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
Always getting "something went wrong" error on auth0 branding texts update signup
command
#515
Comments
I'm having the same issues with any |
auth0 branding texts show signup
commandauth0 branding texts update signup
command
This is actually the case for me as well, just updated my issue! |
Auth0's API is broken. We tried to issue the GETs described here, and none of them seem to work except for login. The login prompt returns values, but signup, for instance, returns an empty object as well as every other prompt we tried. Auth0 needs to fix their API, and then this client will probably work. |
Never mind. We did some additional testing today, and the GETs aforementioned return an empty object when there is no customization. Once we customized a few fields via the API, the GET is returning data. Therefore, the API is not busted as I stated. The client is. Sorry for the distraction here. |
Hi folks, appreciate everyone's feedback and patience. I've confirmed that all invocations of the I have PR up to fix this issue, however it'll be gated behind our |
Update: We've included fix for this in the v1.0.0-beta.1 release. For those who are so inclined, we'd be happy to receive feedback on the beta before it goes GA, including feedback on this particular issue. Otherwise, we plan to close this issue out once v1.0.0 reaches GA. Again, appreciate everyone's patience! |
I downloaded the 1.0 beta3 and tried this command and still got the invalid memory issue ./auth0 universal-login templates update goroutine 25 [running]: |
Checklist
Description
The same
auth0 branding texts update signup
command that we are running for our tenants in version0.11.7
seems to be erroring out persistently after we updated to version0.12.0
, with this error:Reinstalling did not seem to fix the error either.
Expectation
auth0 branding texts update signup
should not error out in the new version of the CLI.Reproduction
auth0 branding texts update signup
command on any tenantsomething went wrong
errorAuth0 CLI version
0.12.0
The text was updated successfully, but these errors were encountered: