Open nkjha-epi opened 1 month ago
ACK. Thx for your submit. Here I want to confirm something, please correct me if wrong:
ACK. Thx for your submit. Here I want to confirm something, please correct me if wrong:
- suppose you are the developers of this addin?
- if you are, the attached two imgs mean you also encountered blocks in publishing?
- no valuable error msg when failing to load addin on both Windows and Mac.
- the addin works well on Web, both loading and functionalities are good.
- would you please share your user numbers?
Hi @RuizhiSunMS, thanks for reverting back. I'll provide you the answers to your queries...
functions.js
file load properly?ACK. Thx for your submit. Here I want to confirm something, please correct me if wrong:
- suppose you are the developers of this addin?
- if you are, the attached two imgs mean you also encountered blocks in publishing?
- no valuable error msg when failing to load addin on both Windows and Mac.
- the addin works well on Web, both loading and functionalities are good.
- would you please share your user numbers?
Hi @RuizhiSunMS, thanks for reverting back. I'll provide you the answers to your queries...
- Yes I'm the developer of this Addin.
- Yes I faced issues earlier in publishing.
- I have attached the Cloudfront log files in the end of the description, did it not help though?
- Yeah the Add-in works well on the Web, and I didn't encounter 403 (CORS errors) on the web, can you please confirm whether even after that you were able to use the Add-in or not? Did the
functions.js
file load properly?- The User count from the Microsoft Partner center's Insights? If yes, then the active devices are 8-10 and the geographical distribution of sessions has 110 in India, ~45 in US.
Another update: I think the build file size of functions.js
file is also a huge consideration. It increased to ~54MB which seems to be very high. I tried reducing it by removing some of the unused data etc. and got it reduced to ~31MB and now it was able to load through Manifest upload in the MacOS Excel Application though, which earlier it could not.
I have initiated the Publish with this update on Microsoft Partner center, the working of the Add-in on MacOS Excel will be verified once it gets published successfully.
hi @nkjha-epi. After some efforts, finally I got a mac to have a try. The addin didn't work on Mac. In fact, none of web, win32 client and mac client work here. I tried on about 4-5 devices. Mac's appearance (as well as error msg) was like what it was on web, which showing 403. You mean this 403 is not an apart of CORS problems?
Q: I have attached the Cloudfront log files in the end of the description, did it not help though? A: I downloaded those 5 files but only found 0-size files. Is this correct? if yes, how to open such file?
Hi @RuizhiSunMS, not sure as to why the Add-in failed on your Mac on all platforms. Just wanna make sure you used versions from the following list:
Q/A: It's they are compressed files I believe, you can try opening them in VS Code. If still not working, I'll try to upload them in G Drive in a different format and attach a Link here.
Update: I have just updated the Add-in on Microsoft Partner with the reduced bundle size. Can you reconfirm if it's working on Mac or not? I have purged the cache as well from Cloudfront where it's hosted. I can see it's working on some systems but not on mine.
Hi @RuizhiSunMS , can you please confirm and let me know if there are any file size limits on Microsot Excel App?
Now that the MacOS issue is resolved, I see weird behaviour of my Add-in, some of the functions are working while some are not, and when I try to find the functions file - functions.js
, I can't see it in the Sources.
(You can see it in the attached video.)
In the Microsoft Partner Center I see the below issues: But I am running on Excel version greater than the mentioned one and it even has WebView2 installed on the system which I have confirmed.
https://github.com/user-attachments/assets/8c5dda58-762d-44b8-8bd1-926d064376c7
Hi @nkjha-epi , thx for the information you shared.
Based on your video, could I understand it as:
Hi @nkjha-epi , thx for the information you shared.
- Now I can open the log file and will try to find something. If you have anyone you suspect, please share as well.
- web and win32 client still failed to load the Addin. I still got 403 on the web. Sorry but I can only try Mac tomorrow.
- Excel on the web, Excel on Mac (Microsoft 365), Excel on Windows (Microsoft 365) are covered.
- "if there are any file size limits on Microsot Excel App?" I'll let you know if any confirmation.
Based on your video, could I understand it as:
- in the past, you often encountered issues in publishing. Now there is no publishment issues after you reduced the size of that .js?
- win32 still can't load Addin while the web and Mac are ok on your side?
Hi @RuizhiSunMS ,
As of now I see these log patterns only, but I'll share the logs when the Add-in is loaded in a Windows Excel app. E2TA6KCZKB1HSN.2024-10-30-07.fd0a28fa.gz
Sure, please try on Mac and lmk.
By "covered", do you mean Web, Mac and Windows, you tested and they were working fine? (I assume you already did try on Mac?)
Sure, please do, thank you.
Video based queries:
functions.js
is not getting fetched from the server/Cloudfront then how can even 10-20% of functions work? I had invalidated the cache as well from Cloudfront.Hi @nkjha-epi. The addin couldn't be installed on any of our devices, no matter win32, web or mac. My colleague did a quick check with console and found no resources were downloaded. My colleague suspected there could be something wrong with your service. Would you please make a double check or let some devices outside your development env take a try? Anyway, looks your case is rather than API cause. I'll involve another team in.
Hi @nkjha-epi. The addin couldn't be installed on any of our devices, no matter win32, web or mac. My colleague did a quick check with console and found no resources were downloaded. My colleague suspected there could be something wrong with your service. Would you please make a double check or let some devices outside your development env take a try? Anyway, looks your case is rather than API cause. I'll involve another team in.
Hi @RuizhiSunMS
Yes I tried it outside my development environment/system and even tried reinstalling Excel on my development MacOS machine, it worked then but on Windows, as I mentioned, 90% of the functions are not working but some of them are. But I'm still not sure as to why this is happening if the file functions.js
hasn't been downloaded into the App's runtime.
Please inform if you find some useful information on this. Thank you
@nkjha-epi, I've reached out to folks who are experts in Store and Installation. Will update here if they find anything.
Hi @RuizhiSunMS, thank you! If possible you can add those experts in this conversation as well? If that's an option...
Hi @RuizhiSunMS , did you find anything from your team?
Summary:
The Excel Addin Risk Adjustment Toolkit does not seem to be working properly on Windows as well as MacOS Excel Desktop application since around 2 Months but it works on the Web. Configured some CORS policies, the CORS errors did not appear on the web since then but unsure about the error in the desktop version of the Excel app.
Your Environment
Version 2409 Build 16.0.18025.20160
| MacOS:Version 16.90 (24101387)
Expected behavior
The Addin should work properly on Windows as well as MacOS applications. I can't even see any relevant errors in my Cloudfront distribution from where the Add-in is hosted.
Current behavior
Steps to reproduce
Provide additional details
*
in AllowedHeaders as well as AllowedMethods.Context
The Excel Add-in has been down in production since 2 months and it's affecting the reliability of this add-in for the majority of the users.
Useful logs
E2TA6KCZKB1HSN.2024-10-25-11.bb2ba305.gz E2TA6KCZKB1HSN.2024-10-25-11.769c2390.gz E2TA6KCZKB1HSN.2024-10-25-11.a002c845.gz E2TA6KCZKB1HSN.2024-10-25-10.86d5cb4d.gz E2TA6KCZKB1HSN.2024-10-25-10.8e644dcf.gz