General errors

I cannot access my brezel system!

I cannot log in to my brezel system!

  1. Make sure that you’ve used the correct credentials. Note that on local systems, passwords of seeded users are set to “secret”.

  2. Make sure that the API you try to connect is reachable.

  3. 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

    1. Make sure that both your frontend and your backend are either secured or unsecured.
    2. 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

    1. Did you introduce a syntax error with your recent changes?
    2. 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

    1. Are you absolutely sure that your credentials are correct? Check again.
    2. Reapply the system.