-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generic errors on web UI for Create New Alias, Add Recipient, Deactivate Alias - Insufficient debug info #191
Comments
After tinkering a lot today with different settings, I have realised that the reported errors occur with image tags starting from 0.13.3 upwards. |
No chance. I couldn't find any further clue as to what is causing the issue. I'm providing here a full bug report, in the hope that someone can either point me in the right direction or find a bug in the docker image. BehaviourSteps to reproduce this issue
Expected behaviourThe alias is created successfully. Actual behaviourA red popup appears in the lower right corner:
Configuration
Docker info
Logs
no logs in /docker/data/Anonaddy/data/storage/logs/ |
Have you read this issue - #150 and made sure to add the right value for |
@willbrowningme no, I didn't see issue #150. So I have now set I have also realised that my Many thanks for your help! |
That's strange,
So if ANONADDY_DOMAIN is correct it should work.
|
@crazy-max
So, in my case I want anonaddy to send emails from However In my case I didn't want to point my browser to |
That makes sense. Wonder if we should not infer |
@crazy-max I think that would make a lot of sense. |
@crazy-max thanks a lot!
On the other hand, it doesn't seem to matter whether you set But you do need to put either Overall, this all makes sense to me. By following the documentation and the examples it should be sufficiently intuitive to get things right. |
I needed to remove the http from my APP_URL to get it working without explicitly setting SANCTUM_STATEFUL_DOMAINS. |
Behaviour
When I operate on the web interface on aliases and recipients, I get generic errors:
Container logs are showing:
So apparently the requests are not authorised. But I have no clue how to understand why they are not authorised. I correctly logged into the web interface.
Probably it's something wrong in my set up, but no clue where to look. I'm going crazy, the only options are to randomly change settings. I've also wiped and re-initiated the DB from scratch, to no avail.
I would need some more debug info, but
APP_DEBUG=true
and I don't know what I can do more.Steps to reproduce this issue
Image Release: 0.13.9-r0
The text was updated successfully, but these errors were encountered: