# Tryton with GNU Health

**URL:** https://discuss.tryton.org/t/tryton-with-gnu-health/449
**Category:** User
**Created:** [December 6, 2017, 2:53am UTC](https://discuss.tryton.org/t/tryton-with-gnu-health/449 "2017-12-06T02:53:02Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![paul.tcbc](https://discuss-cdn.tryton.org/letter_avatar_proxy/v4/letter/p/41988e/32.png) [@paul.tcbc](https://discuss.tryton.org/u/paul.tcbc)
#### Post date: [December 6, 2017, 2:53am UTC](https://discuss.tryton.org/t/tryton-with-gnu-health/449/1 "2017-12-06T02:53:02Z")

</div>

Hi,

Im trying to run Tryton Server but it seems it is not connected on the database.

Im using tryton 4.2.8 and even the tryton client could not connect to the server.

Please provide the best possible solution.

Thanks,  
paul.tcbc

---

<div class="post-metadata">

### Author: ![ced](https://discuss-cdn.tryton.org/user_avatar/discuss.tryton.org/ced/32/1237_2.png) [@ced](https://discuss.tryton.org/u/ced)
#### Post date: [December 6, 2017, 9:50pm UTC](https://discuss.tryton.org/t/tryton-with-gnu-health/449/2 "2017-12-06T21:50:12Z")

</div>

You need to provide more information.  
Have you configured the connection to the database?  
Have you created the database as in [http://doc.tryton.org/4.2/trytond/doc/topics/setup\_database.html#topics-setup-database](http://doc.tryton.org/4.2/trytond/doc/topics/setup_database.html#topics-setup-database)  
Is the server correctly listening on the interface you try to reach with the client?  
Are you using the same series for the client and the server?

---

<div class="post-metadata">

### Author: ![paul.tcbc](https://discuss-cdn.tryton.org/letter_avatar_proxy/v4/letter/p/41988e/32.png) [@paul.tcbc](https://discuss.tryton.org/u/paul.tcbc)
#### Post date: [December 7, 2017, 1:05am UTC](https://discuss.tryton.org/t/tryton-with-gnu-health/449/3 "2017-12-07T01:05:55Z")

</div>

Yeah, I already solved the issue yesterday. Ahhh another thing, is it possible to access Tryton client on a browser? If yes, how?

Thanks again,  
paul.tcbc

---

<div class="post-metadata">

### Author: ![pokoli](https://discuss-cdn.tryton.org/user_avatar/discuss.tryton.org/pokoli/32/22_2.png) [@pokoli](https://discuss.tryton.org/u/pokoli)
#### Post date: [December 7, 2017, 8:32am UTC](https://discuss.tryton.org/t/tryton-with-gnu-health/449/4 "2017-12-07T08:32:19Z")

</div>

> [@paul.tcbc](#):
>
> Tryton client on a browser? If yes, how?

Yes, since series 3.8 we have [sao](http://hg.tryton.org/sao), the tryton webclient.

---

<div class="post-metadata">

### Author: ![paul.tcbc](https://discuss-cdn.tryton.org/letter_avatar_proxy/v4/letter/p/41988e/32.png) [@paul.tcbc](https://discuss.tryton.org/u/paul.tcbc)
#### Post date: [December 27, 2017, 7:57am UTC](https://discuss.tryton.org/t/tryton-with-gnu-health/449/5 "2017-12-27T07:57:42Z")

</div>

Yeah, I already installed sao and it seems that I having error on record display. I can’t even modify the records.  
Any ideas?

Thanks.

---

<div class="post-metadata">

### Author: ![ced](https://discuss-cdn.tryton.org/user_avatar/discuss.tryton.org/ced/32/1237_2.png) [@ced](https://discuss.tryton.org/u/ced)
#### Post date: [December 30, 2017, 12:05am UTC](https://discuss.tryton.org/t/tryton-with-gnu-health/449/6 "2017-12-30T00:05:30Z")

</div>

Look at the browser javacript console, there should be an error log.  
If you have an error, report it with the error from sao build in development mode: `$ grunt dev` but clean the `dist` directory before.

---

<div class="post-metadata">

### Author: ![paul.tcbc](https://discuss-cdn.tryton.org/letter_avatar_proxy/v4/letter/p/41988e/32.png) [@paul.tcbc](https://discuss.tryton.org/u/paul.tcbc)
#### Post date: [December 31, 2017, 5:14am UTC](https://discuss.tryton.org/t/tryton-with-gnu-health/449/7 "2017-12-31T05:14:41Z")

</div>

The error was TypeError: Argument 1 is not valid for any of the 1-argument overloads of URL.createObjectURL.

Please advise on how can I solve the error.

Thanks,  
paul.tcbc

---

<div class="post-metadata">

### Author: ![ced](https://discuss-cdn.tryton.org/user_avatar/discuss.tryton.org/ced/32/1237_2.png) [@ced](https://discuss.tryton.org/u/ced)
#### Post date: [December 31, 2017, 3:50pm UTC](https://discuss.tryton.org/t/tryton-with-gnu-health/449/8 "2017-12-31T15:50:20Z")

</div>

It looks like one module installed wrongly define some icons which makes sao crash. I guess it is one of the GNU Health modules.
