How to add the Origin Trial to extend support for WebSQL in my Free Mendix App?

0
Since WebSQL has been deprecated, most recent versions of all browsers can't use the offline profile of the app i am currently developing. I do need this to be enabled in the cloud "sandbox" version of the app. I tried to follow the instructions provided in this link but couldn't find the "Details" button in which i could add the HTTP Header.  Take into account that i am using the Free App in Mendix Cloud. https://www.mendix.com/blog/websql-removal-and-how-it-affects-your-mendix-pwas/ Could someone help me with this?
asked
1 answers
0

Hi Luciano,

 

You can register an origin trial for localhost here:

 https://googlechrome.github.io/OriginTrials/developer-guide.html#how-can-i-experiment-with-the-new-feature-locally

Re-enabling by using a flag might be easier though.

(above workaround is specifically for Sandbox/free mendix apps)

 

But otherwise you can also try this easiest workaround:

  1. Open chrome://flags
  2. Enable WebSQL

 

Thanks!

answered