General errors
I cannot log in to my brezel system!
-
Make sure that you’ve used the correct credentials. Note that on local systems, passwords of seeded users are set to “secret”.
-
Make sure that the API you try to connect is reachable.
-
What does the error message say? Open the console drawer, open the “Network” tab and take a look at what the result looks like after you press the “Log in” button:
No response at all: The request just fails
- Make sure that both your frontend and your backend are either secured or unsecured.
- Add a security exception for your API by visiting its URL. Your browser should display a warning message where you can add the security exception.
Code 500
- Did you introduce a syntax error with your recent changes?
- What does the error message say? If it is not visible in the response body of your request, check the
brezel.log
file.ErrorException: Trying to get property 'secret' of non-object
: Recreate and Reapply the system.
Code 401
- Are you absolutely sure that your credentials are correct? Check again.
- Reapply the system.