Hello, I have setup appwrite behind nginx proxy manager, with the help of this link I found in the forum:
https://medium.com/@stnguyen90/how-to-run-appwrite-behind-nginx-19348ed34243#1d36
But I keep facing the same issue, when going directly to the port (in this case 8080) it works fine, but if I use the domain I setup with NPM it opens, asks me to sign up, but when finishing it simply gives me an error 500 as long as the login session is active. With the error in console being:
[Error] URL: /v1/account
[Error] Type: Appwrite\Extend\Exception
[Error] Message: User (role: guests) missing scope (account)
[Error] File: /usr/src/code/app/controllers/shared/api.php
[Error] Line: 375
Just to clarify everything was followed exactly as the tutorial and the npm IP used is the internal IP of the npm container
Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...