EmoKidOriginal post
Rank 1: Thread
Good day! I started developing a website, wrote the registration and authorization, but I have a problem with roles. I haven't used them and don't understand how they work. My code is below.
https://pastebin.com/3Zr0hQG3
Summary
The developer is having an issue with understanding roles in Laravel AuthController for Appwrite. The issue could be related to lack of ProjectID being set and the creation of a new `Client` for every action. Solution could involve setting ProjectID properly and optimizing the creation of the `Client`.