Hi,
I've followed the canvas-rce-api
readme and stood up a seperate instance with the following:
nginx reverse proxy with ssl termination.
pm2 handling the RCE node app and env constants.
certbot is providing a certificate and my dns is pointing to a subdomain where I can curl and receive the message:
Hello, from RCE Service
My canvas instance is running and follows the production start guide. All appears to be working except for the following error in console:
my dynamic_settings.yml
encryption-secret and signing-secret appear to match that stored in the canvas-rce-api server.
and the app-host points to the url shown in the screenshot above.
ports 80 and 443 are open.
I'm stuck. what is causing the message:
E_TOKEN_PARSE_ERROR: Authentication token invalid
thank you.
Vips