Vulcanize with polymer in meteor - node.js

Right now i am facing problem if i use vulcanize package with polymer from here. Although this is working perfectly in localhost but not in production server.
I have tried this also but no luck.
Anyone faced the same problem?

Try using meteor-vulcanize, it might help. You can also refer to this github repo that shows how to use Polymer with MeteorJS.
If it does not help kindly elaborate more on the exact problem you are facing - error message etc.

Related

Netlify deployed project - Page not found

i have deployed a Vue app using Vite to Netlify. I am using Vue router to changed pages in the project and all of the different pages work apart from the profile page which i get a page not found error.
I don't really know how to fix this issue as all other pages work apart from this one. Does anyone have any advice on how I could solve this issue? Thanks
(PS: all the pages work in local host)
In my case,window.location.reload() was causing error. After I removed it, it worked

The github repo was already updated but it isn't being displayed in the domain in CI/CD

I have a project which have 2 repo and it is working well in my local.
But the change isn't working well in domain when I updated the code.
What happend?
Any tips will be thank you.
I faced this issue before, too.
This issue is because of a server issue.
Please clean your server cache.
Hope to solve your problem.
Cheers

Azure Communication Services with Ionic

I have a working project with Twilio + Ionic, but I'm wondering if you can help me with adding Azure Communication Services(video call) into my project. I tried to follow the example from the official website, but I think it's not just installing npm library and adding it as usual in my project.
If you want to see a working sample, you can use this: https://github.com/Azure-Samples/communication-services-web-calling-hero
If you're still stuck, please respond here and I'll try to help you directly.
Invalid CommunicationUser identifier specified

Missing viewport meta tag when deployed to Modulus.io

I am use Meteor and I verified that everything is working fine when I use meteor deploy but when I deploy to Modulus, the website is missing the viewport meta tag so it's not responsive. Does anyone know the solution or how to approach fixing this issue?
The issue was fixed by setting A-records.

foxx app intermittently giving error 404

I have created a foxx app for a mobile app I am working on. But, the URL's I have exposed sometimes work correctly but sometimes they fail with following response:
{"error":true,"code":404,"errorNum":404,"errorMessage":"unknown path 'contactspace/initiateRegistration'"}
I did not face this issue when I tested the app in dev environment.
I am not able to figure the reason for the issue. How can I debug the problem ?
Thanks,
Vikas Tandi
I can finally confirm it was a problem that had nothing to do with the actual code of your Foxx application.
We have been struggling to reproduce the issue for quite a while, but were able to do so and fix the problem today.
A fix for this has been pushed in the 2.3, 2.4 and devel branches, and will be shipped with ArangoDB 2.3.5, 2.4.1 and 2.5.

Resources