7. FAQ
Last updated
Was this helpful?
Make sure that you set the localhost port to 3000, and you use a testing HAT. eg. testing.hubat.net
You are using a production HAT. Localhost is not allowed origin for the production HATs.
The secure property in the configuration is set to false. Only if you want to
run the HAT locally, you have to set this field to false. Otherwise, for the test environment
it must be true.
Make sure you use the correct App ID and namespace. Note: The testing App ID
has a -dev suffix even if it's not displayed correctly in the Developer Portal.
In order for an application to fetch the list of applications or a specific application, it needs an extra permission.
You are trying to write data to a different namespace.
Make sure you use the secure configuration correctly. Only if you want to
run the HAT locally, you have to set this field to false.
The HAT doesn't allow to create duplicate data.
Last updated
Was this helpful?
Was this helpful?