Page 2 of 3
Re: Can't create new Eos
Posted: Sat Aug 15, 2020 2:55 pm
by ChaChan
Also can`t make a new Eos

. Deleting and editing old ones goes however.
Re: Can't create new Eos
Posted: Wed Sep 02, 2020 6:18 am
by TrashDick
It's the beginning of September now and still no word.
Is the seraph0x dead of Covid? Away on year-long vacation? Did he become the Fresh Prince of Bel Air?

Re: Can't create new Eos
Posted: Mon Sep 07, 2020 11:34 pm
by sulcino
It seems like Milovana is dead

Re: Can't create new Eos
Posted: Tue Sep 08, 2020 9:22 am
by Demonika
Nothing is done till date
Why is no one looking for this major issue..
I just hope it will get fixed ASAP.
Re: Can't create new Eos
Posted: Thu Sep 10, 2020 6:38 am
by cksfantasy
I think we should all suggest to the admin when he's finally back that there should be another admin that can help administer the site.
Re: Can't create new Eos
Posted: Thu Sep 10, 2020 8:02 pm
by clairealice
Running into the same issue! I would love it if this would be resolved :(
Re: Can't create new Eos
Posted: Sun Sep 13, 2020 9:20 pm
by Galron789
Was finally going to learn to use EOS and make a new tease. Guess that's not happening anytime soon.
Re: Can't create new Eos
Posted: Sat Sep 19, 2020 6:46 am
by bobross235
same problem here
last post from seraphox was on august 15th - might be a wonderful summer vacation! :)
Re: Can't create new Eos
Posted: Sun Sep 20, 2020 3:54 am
by WolfpupNX
Same issue sadly.
Re: Can't create new Eos
Posted: Thu Oct 01, 2020 1:18 am
by Butt_Hole
was gonna finish a halfway complete tease but i cant even find it now
Re: Can't create new Eos
Posted: Sun Oct 04, 2020 1:11 am
by Andrus
Can confirm. Creating new teases is dead in both Chrome and Firefox. Nothing obvious in the Javascript console.
Re: Can't create new Eos
Posted: Sun Oct 04, 2020 7:06 am
by Bluefem
I would also like to confirm that I cannot create any tease.
I think Milovana is really something special and it would be a shame if it dies like this :)
Re: Can't create new Eos
Posted: Sun Oct 04, 2020 8:21 am
by TrashDick
Would be neat to get any feedback on this from the site admins hint hint nudge nudge.

Re: Can't create new Eos
Posted: Mon Oct 05, 2020 10:47 am
by rainer_funden
I have the same problem. The query to GraphQL does not return an id.
POST-Request to
https://milovana.com/graphql/ :
Code: Select all
{"operationName":"CreateTease","variables":{"title":"Test"},"query":"mutation CreateTease($title: String!) {\n createTease(title: $title, type: EOS) {\n __typename\n id\n title\n }\n}\n"}
Response:
Code: Select all
{"data":{"createTease":{"__typename":"RegularTease","id":null,"title":null}}}
Re: Can't create new Eos
Posted: Mon Oct 05, 2020 11:02 am
by rainer_funden
I have also problems to create a regular tease. So I guess that the problem is the database and not EOS.