Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Table of Contents

Common Issues

Studio shows the message "An error occurred in Studio and the page could not be loaded."

This error means that an internal exception was raised in Studio's Python code. In this situation, Studio writes out a stack trace to its log file:

...

You can find this stack trace by opening the log file and scrolling to the bottom. 

Migrations Have Not Been Run

If you ever see errors along the lines of the one below saying some table doesn't exist, it means that there are migrations that haven't been run that you need to run.

...