user endpoint doesn't return after adding certificate #1543
Unanswered
imduchy
asked this question in
Support Requests
Replies: 1 comment
-
Seems like the same issue was mentioned here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version
module: 4.9.1
nuxt: 2.14.12
mode:
Nuxt configuration
Reproduction
What is expected?
The
user
endpoint should return a user object.req.user
should be set when accessing the/user
endpoint.What is actually happening?
The
user
endpoint, after logging in, returns empty body when accessing via custom domain (myapp.com) with a SSL certificate from Certbot. But when accessing via Azure's domain (myapp.azurewebsites.net), everything works. Thereq.user
object is undefined onuser
endpoint, but correctly set onlogin
endpoint.// update: Got the same issue with an SSL certificate issued by ZeroSSL
Steps to reproduce
As mentioned above, the same application works when accessed via Azure's domain.
Repo: https://github.com/Duchynko/tipovacka
Additional information
I tried to add a plugin with
rejectUnauthorized
as mentioned here, but this doesn't seem to work.nuxt/nuxt#6559 (comment)
Checklist
Beta Was this translation helpful? Give feedback.
All reactions