Hello everyone,
I would like to use the push notification feature in my apex application. I have read many different instructions (e.g.
Plamen Blog: https://blog.apexapplab.dev/apex-231-push-notifications-an-exciting-new-pwa-addition) and followed all steps.
Unfortunately, every time I'm trying to send a notification, I receive the same error: ORA-29260: network error: Connect failed because target host or object does not exist.
My client's database has no connection to the internet and I guess this causes the error. Having no internet is a given circumstance, which I can not change. Therefore, the server is not able to reach the default endpoint API provided by Oracle.
Is there any approach to my problem? Can I maybe create my own API on a virtual machine and configure my own endpoint? Has anyone tried that yet?
Any help or ideas is much appreciated!
Thanks!
Harper