-
The page I'm using for testing is https://bbaovanc.com/blog/the-redesign-of-my-website/. With
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 12 replies
-
first of all, AUTH_SEND_JWT_HEADER is not a solution and not even a workaround for your issue. It is designed for a very specific use case where a third-party UI can't support cookies for some reason, for example, non-web frontend and things like this. Regarding the issue with the GitHub auth - my first guess will be the incorrect setup of your callback URL or incorrect CID and/or CSEC parameters. Either way, at the moment you do this failed auth attempt, remark's log should give you errors/warnings and those can help to diagnose the issue |
Beta Was this translation helpful? Give feedback.
-
one experiment I would suggest to rule out possible proxy-related (caddy) issues is to start the remark42 "naked" on some port and try /web. It will also eliminate cors-related issues as well from the picture. another thing I noticed, which may be related to CORS issues - your remark42 runs on a subdomain of boba.best however your site is on bbaovanc.com. Not sure if this is the root cause but worths checking if possible. I.e. making remark.bbaovanc.com and using it to access remark42 |
Beta Was this translation helpful? Give feedback.
-
I found another two clues:
I'll try using it as |
Beta Was this translation helpful? Give feedback.
-
Current, up-to-date documentation on the topic: https://remark42.com/docs/manuals/separate-domain/ |
Beta Was this translation helpful? Give feedback.
Current, up-to-date documentation on the topic: https://remark42.com/docs/manuals/separate-domain/