Hello, I'm new to Geotab Add-in development. Just created a simple Asp.Net Core WebApp with Razor pages and deployed to Azure. The web app is rendering fine by itself and accessible by public; but once I add an "Add-in" in My Geotab and configured the url to point to it, it seemed to only want to load briefly and then it disappeared. Behind the browser, there was some js lib errors that were not existing when the website is standalone.
According to your dev guide, there are two types of Add-ins, "Pages" and "Buttons" - "A custom page Add-in can be thought of as a complete web application inside your Geotab account".
But looks like there are some restrictions based on the issue I encountered. What are these restrictions? In my standalone web app, I also added CORS policy to allow origin from https://my.geotab.com.
Thanks for your time and attention.