Bobby went to test the Ops Center with auth and ran into:
Fixed with the code on createAuth:
export const auth = createAuth({
// ...
trustedOrigins: ['PROD_URL'], // had to add here to make it work.
});
Since it looks like it needs the URLs here to pass it's security checks it will error out accessing through generated URL, like deployments.
We going to need to figure this out.