Hey guys, I tried to implement autumn in
Hey guys, I tried to implement autumn in my saas (vite/react + fastify)
Calling the /customers (useCustomer) or /products (usePricingTable) endpoint gives me the following error, I wasn't able to display the pricing table.
{
"statusCode": 403,
"error": "Forbidden",
"message": "Not authorized"
}
Do you guys have any ideas how this could be fixed? Thanks
Calling the /customers (useCustomer) or /products (usePricingTable) endpoint gives me the following error, I wasn't able to display the pricing table.
{
"statusCode": 403,
"error": "Forbidden",
"message": "Not authorized"
}
Do you guys have any ideas how this could be fixed? Thanks



