Decolo
Decolo
> Hi, @yuhao900914, thx for replying. This is the codes in our nextjs project, I checked the existence of window object firstly (server-side no window object) to ensure amplitude.init() in...
@yuhao900914 thx, Alyssa. What you mentioned: 1. How to check amplitude instance, like codes below? ``` if (amplitude) { amplitude.identify(new amplitude.Identify().set("userid", data?.data?.result?.userId)); } ``` 2. I'll try the debug mode...
@yuhao900914 Hi, Alyssa. Now the error `Failed to fetch` seems to disappear. But recently, met a new issue `Amplitude Logger [Error]: Unexpected end of JSON input` Can u help to...
any update, pls @yuhao900914
It seems like an issue happened in client side. Did the sdk support retrying when fail to send request /httpapi. Or I have to try catch the error and retry...