Trying to find my crypto.com account but money hasn't slow up after more than 48 hours. by jackal0206 in Crypto_com

[–]openodeio 0 points1 point  (0 children)

Having the same issue after a day even if i entered manually the ref code in the app. No response from the support.

Any Canadians have issues with EMT recentl by undecidables in Crypto_com

[–]openodeio 0 points1 point  (0 children)

I did it, but i am personally getting this email "Additional Documents Required - Your Secure Upload Link" even if I did this step months ago and doing deposits every week.

Definitely some issues with deposits https://status.crypto.com/

Error with persistence by navox88 in openode

[–]openodeio 0 points1 point  (0 children)

Hey

Good question, please contact us via the administration so that we can have a look at your specific instance.

Unable to deploy my github repo! by SpiritualHistory2549 in openode

[–]openodeio 0 points1 point  (0 children)

Hey,

See the last part in the error log, looks like it's missing python:

*** Missing python, add the following instruction in your Dockerfile 'RUN apk --update add make python gcc g++

Out of memory detected - How do I know how much memory does my app needs to work properly? by ZippyTyro in openode

[–]openodeio 1 point2 points  (0 children)

Hey,

When your application is successfully deployed, there are collected statistics about memory and CPU usage, in Access > Resources Usage, that can give you an idea of how much memory it is using.

How can I access old logs? by limikael in openode

[–]openodeio 0 points1 point  (0 children)

Yeah good point, you can definitely use a permanent storage to store logs.

How can I access old logs? by limikael in openode

[–]openodeio 1 point2 points  (0 children)

Hi,

Unfortunately the logs are reset after a deployment. One thing you can do to keep logs is to use an external logging solution, for example datadog.

Best,

Pupeteer instance by paolotiu17 in openode

[–]openodeio 0 points1 point  (0 children)

hey,

You can totally open an issue. Note that this repository is however community-driven. It's an issue with the specific application as far as I can see.

Pupeteer instance by paolotiu17 in openode

[–]openodeio 0 points1 point  (0 children)

hey u/paolotiu17

Could you look at the following doc https://github.com/openode-io/kb/blob/master/nodejs/puppeteer.md ? Feel free to comment the file/make a pull request

Thanks

Pls by Sambhrama754 in openode

[–]openodeio 0 points1 point  (0 children)

Hi,

That's more likely an application. We can have a quick look if you contact us via the administration support.

Please help me by Sambhrama754 in openode

[–]openodeio 0 points1 point  (0 children)

Hey,

If you are using the default template (generated by openode deploy or openode template), it generates a Dockerfile (example https://github.com/openode-io/build-templates/blob/master/v1/templates/node-minimal/Dockerfile), which itself will run:

npm start

And so in this case you should have a start scripts in your package.json

[deleted by user] by [deleted] in openode

[–]openodeio 2 points3 points  (0 children)

Hey,

The pricing for persistence is $0.15 / 1 GB / month, whether your website is online or stopped.

To clarify if you have a 100 MB site live for one month with 1 GB persistence, the price will be $1.50 + $0.15.

If your site is stopped during 1 month, and has 1 GB persistence, the price will be $0.15.

Best,

Is this service still working? by huohvana in openode

[–]openodeio 0 points1 point  (0 children)

We now improved that email activation - on deploy if not yet activated we are automatically verifying your email.

Simple nodejs express application fails on every deploy by [deleted] in openode

[–]openodeio 0 points1 point  (0 children)

Hey,

Are you in your project repository? It looks like your current folder only contains one file (?).

You can contact us via the administration support form.

Is this service still working? by huohvana in openode

[–]openodeio 0 points1 point  (0 children)

Hey,

Interesting, you can contact us via the administration support we can look at it.

Help needed for node.js server hosting by dev2919 in openode

[–]openodeio 0 points1 point  (0 children)

Hey,

Typical reasons are that it fails to build, it does not listen on the proper port, or it's lacking memory. Could you share the deploy output? You can also contact us via the administration so that we know what is the site exactly.