for example, the following URL is the web server log when 0error occurred, but there was no error. https://bit.ly/4fEme5i
I don't need to know the cause, but is there any way to deal with it?
I wish I could find something in there, but logically, the nginx web server no longer plays a role in this issue because:
And i double check api | auth server log on datadog link here But couldn't find anything useful
@liangshiwei What I mean is CreatorName is a field I created, when calling the api, it is retrieved from the client via
this.configStateService.getOne("currentUser")
At that time, there was user information on the client but not on the server
As for the screenshot and content, for example, there is an error like the one below. https://bit.ly/491MYKI
I'm sure you don't know the cause, but is there any way to deal with it?
Hi. I have recreated the issue and uploaded it to YouTube. You can view it at the link below. https://www.youtube.com/watch?v=GV2ycIuRP68
・あなたのメールアドレスに招待状が送信されました。
・以下は0エラーの一覧です。 https://ap1.datadoghq.com/rum/sessions?query=%40type%3Aerror%20%40application.id%3Adf488732-043f-48ca-ba63-5561fe80a05e%20env%3Aprod%2 0%40error.message%3A%2A%5C%22status%5C%22%5C%3A%5C%200%2A&agg_m=count&agg_m_source=base&agg_t=count&cols=&fromUser=true&graphType=wate rfall&p_tab_h_event=AwAAAZNHUvZUwcEdawAAABhBWk5IVXZxMEFBQTJiNTRkcWR1RENRQUQAAAAkMDE5MzQ3NjUtOTU3Zi00MjVlLWE0NjEtYjcwY2UwZGE0ZWI4AAAEFg &panel_tab=flamegraph&shouldShowLegend=true&spanViewType=logs&track=rum&viz=stream&from_ts=1731471475700&to_ts=1732076275700&live=true
Hi. But why, when I open only 1-2 tabs, the pages don’t reload after refreshing the access_token? However, when I open more tabs, the pages get reloaded. Could this be a bug? This behavior significantly affects the user experience, especially when users are in the middle of their tasks and the pages reload unexpectedly.
We can invite you to our datadog. Want to see datadog first-hand?
Continue question https://abp.io/support/questions/8241/When-insert-data-CreatorId-has-been-null
Is there any case where the user information is still available on the client but not on the server? In my environment, there is a CreatorName field that receives the value sent from the client. Even though CreatorName is not null, CreatorId is null.