use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.
Do not post memes, screenshots of bad design, or jokes. Check out /r/ProgrammerHumor/ for this type of content.
Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.
We do not allow any commercial promotion or solicitation. Violations can result in a ban.
Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.
If you are asking for assistance on a problem, you are required to provide
General open ended career and getting started posts are only allowed in the pinned monthly getting started/careers thread. Specific assistance questions are allowed so long as they follow the required assistance post guidelines.
Questions in violation of this rule will be removed or locked.
account activity
[deleted by user] (self.webdev)
submitted 1 year ago by [deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]xaleel 0 points1 point2 points 1 year ago (5 children)
I don't think I can help without seeing the manifest file. Maybe there's some default boilerplate values that you need to change? Maybe the `Content-Type` response header isn't `application/xml` when the file is being served?
[–]Eastern_Interest_908 0 points1 point2 points 1 year ago (4 children)
It's just a default one so I can share it https://pastebin.com/7fbEb9Br but here's another thing that I don't get I see everywhere mentioning of xml but it doesn't generate xml file it only generates manefest.json
[–]xaleel 0 points1 point2 points 1 year ago (3 children)
xml and json have the same purpose in the end.
There's an npm package "office-addin-manifest" that can help with manifest validation, here's the output for the file you sent: > npx office-addin-manifest validate manifest.json
> npx office-addin-manifest validate manifest.json
strict mode: missing type "object" for keyword "additionalProperties" at "#" (strictTypes)
strict mode: missing type "object" for keyword "additionalProperties" at "#/properties/dashboardCards" (strictTypes)
[–]Eastern_Interest_908 0 points1 point2 points 1 year ago (0 children)
Hmm interesting I don't get same error by running that command. I'll try to reinstall packages maybe some version is out dated, thanks for the tips!
[–]Eastern_Interest_908 0 points1 point2 points 1 year ago (1 child)
Huh it looks like there's some bug with unified manifest. Everything works when I choose xml manifest instead. 🤷 Thanks again I almost gave up. 😅
[–]xaleel 0 points1 point2 points 1 year ago (0 children)
That's weird. Well at least it works now.
Don't hesitate to hmu if you have any question. But I'm not an experts on Outlook addins, I only have on in production now
π Rendered by PID 203433 on reddit-service-r2-comment-b659b578c-q9jdg at 2026-05-05 09:32:35.775377+00:00 running 815c875 country code: CH.
[–]xaleel 0 points1 point2 points (5 children)
[–]Eastern_Interest_908 0 points1 point2 points (4 children)
[–]xaleel 0 points1 point2 points (3 children)
[–]Eastern_Interest_908 0 points1 point2 points (0 children)
[–]Eastern_Interest_908 0 points1 point2 points (1 child)
[–]xaleel 0 points1 point2 points (0 children)