I have a question. I recently studied the API. When getting content through the interface, the picture prompts: Logged in session not found. #4825
Unanswered
openapphub
asked this question in
Q&A
Replies: 1 comment 2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Client access is working fine::
Obtain the img label node through the
/notes/{noteId}/content
interface<img style="aspect-ratio:1012/1185;" src="api/attachments/OfFAHS3RFFOC/image/8-8.jpg" alt ="image.png" width="1012" height="1185">
. Through the reverse proxy, point the image address to the deployment address, and add the request headerAuthorization
, but the prompt Logged in session not found is still displayed. Only when developing locally, point the proxy to local http://127.0.0.1:37840 for access.Do you know how to deal with this?
Beta Was this translation helpful? Give feedback.
All reactions