Optimizing your experience
Gradient background
← Previous

Troubleshooting

Page 10 out of 10

Some things to know if you get stuck with something.

Clarice Bouwer

Software Engineering Team Lead and Director of Cloudsure

Monday, 24 October 2022 · Estimated 1 minute read
Modified on Tuesday, 1 November 2022

Astra DB

Request failed with status code 403

  1. Are your connection settings correct? Go to Organization Settings > Token Management to generate new tokens.
  2. Do you have the correct Application Tokens and roles configured? This tutorial requires that your token has permissions for API Admin User.
  3. Does your Keyspace exist in the DB?
  4. Have you restricted public access and forgotten to configure your IP address? Perhaps your IP address has changed.

Request failed with status code 404

  1. Does the collection you want to write to exist?
  2. If it is brand new then you will need to write to the collection first.

Node modules

I had errors in my Netlify functions with the Astra DB client. I didn't have exposure to the data. I edited the dependency in the node_modules directory to output data to my server terminal.

References

← Previous