Pdfmake: The playground stopped working

Created on 22 Feb 2017  路  12Comments  路  Source: bpampuch/pdfmake

the Playground on http://pdfmake.org has stopped working since a few days ago. It's a great tool and would appreciate if you can fix it.

Most helpful comment

Yeah, I'll do it. I forgot to renew the domain

All 12 comments

The site is working.

Right now I'm getting:


and in devtools:

Failed to load resource: net::ERR_NAME_NOT_RESOLVED

yesterday it worked..

I tried it, and site working. Maybe a problem with your internet service provider

Still not working! I also tried it on another place and on my cellphone. So I tried it with 3 different Internet providers. So maybe it's a problem with Switzerland :P
But remember yesterday it worked...

Doesn't work for me either. Receiving _ERR_NAME_RESOLUTION_FAILED_ message.

Even for me, it stopped working. :(

@bpampuch Site http://pdfmake.org/ doesn't work, receiving ERR_NAME_NOT_RESOLVED message. Can you solve it?

Yeah, I'll do it. I forgot to renew the domain

http://pdfmake.org/ is still down

There is an alternative to run the playground on local, try these steps

git clone https://github.com/bpampuch/pdfmake.git
cd pdfmake
npm install
cd dev-playground
npm install # or: yarn
npm install -g nodemon
cd ..
nodemon ./dev-playground/server.js

Once up and running access playground on http://localhost:1234

@bpampuch When will be site available?

should be working now

Was this page helpful?
0 / 5 - 0 ratings

Related issues

CharlyPoppins picture CharlyPoppins  路  3Comments

dmatesic picture dmatesic  路  3Comments

kumarandena picture kumarandena  路  3Comments

SummerSonnet picture SummerSonnet  路  3Comments

dgrice picture dgrice  路  3Comments