Feature(s) impacted
Setting up Forest Node Agent on a Standalone Server in AWS.
Observed behavior
Unable to get the authentication route to pass CORS.
Navigating to https://forest.receipts.xyz/forest resolves 200
https://forest.receipts.xyz/forest/authentication resolves 401 with no CORS error.
The Forest Admin UI gets a CORS error when calling the auth endpoint above.
Expected behavior
Should pass CORS checks and authenticate
Context
- Project name: Receipts-Admin
- Team name:
- Environment name: Production
- Database type: PostgreSQL
- Recent changes made on your end if any: Trying to set up the Node agent on a standalone server in AWS
And, if you are self-hosting your agent:
- Agent technology: node
- Agent (forest package) name & version (from your .lock file):
- @forestadmin/agent - 1.73.2
- @forestadmin/datasource-sql - 1.17.6
