License error in 3.0.0 rc 1

1
I get an invalid license error: I just made a new local project. What is the reason for this? [Update] New new project works ok. No problem. But changing back to this project still gives me this error. What happened in this project?
asked
1 answers
2

We figured out what this is about. The exception you're getting is actually not a real license exception but is caused by some incorrect initialization in the server. It SHOULD only happen if you have set a default timezone in your project BEFORE you ever succesfully ran your project in the latest 3.0. You can fix it by removing the default timezone, deploying and then setting the default timezone again and redeploying. We will fix this in the next version.

answered