I am curious how others are publishing their builds(wether it is from a custom URL or by upload). I’m wondering because I am having problems running opening my Monday App on accounts other than my own and Im worried that the fact that my builds are published via upload may be causing the issue.
That does sound quite odd! Just to make sure we’re on the same page here, what kind of error are you facing on the accounts where you haven’t uploaded the app?
Perhaps our community experts like @basdebruin, @rob and others can clarify this?
use a packaging manager like 7zip on the automaticly assembled build folder
Step 3:
and upload your app.
For Step 4: you publish your app and share the link with other accounts.
If it’s aclient-side app, it will be hosted on monday and you don’t need to worry about anything, except maybe bugs which found their way in your application.
I use the Custom URL Version of the build with ngrok , only for development since you can get your applied changes instantly. Additionally as soon as you turn off your machine, have an unstable connection or even cut the connection, your app will go offline.
Hope I could give you a insight, which can help you.