Hi, just upgraded to latest version (1.3.3) from v1.3.1 via v1.3.2. Now when I try to login to the console I get this error. That's what I see from the logs:
[Error] Timestamp: 2023-04-29T12:50:03+00:00 [Error] Method: POST [Error] URL: /v1/account/sessions/email [Error] Type: Utopia\Database\Exception\Authorization [Error] Message: No permissions provided for action 'create' [Error] File: /usr/src/code/vendor/utopia-php/database/src/Database/Database.php [Error] Line: 2483
Did you run the migrate command on 1.3.2?
I didn't, the website says for minor upgrades we should not
should I go back to 1.3.2 and run it?
No
Did you run the migrate command on 1.3.3?
no
as above
Can you please try running the migrate command on 1.3.3?
sure
that worked! thanks
[SOLVED] No permissions provided for action 'create'
Recommended threads
- Anyone can help me about payment issue
I was using the free plan, and when it ended, I received an invoice. However, I had already canceled the plan. Could you please explain why the invoice is still...
- Appwrite for Education
I am writing to report an issue with my account limits. I currently have the GitHub Student Developer Pack active, which should include 10 Appwrite Pro projects...
- how think about relationships?
From what I understand, relationships don't work like foreign keys. So, two things: Is the way to simulate foreign keys to manually pass references to IDs? In...