Set up this project once again and went to create a class, I found some runtime error. It was because we were parsing json on a non 200 response from the API. Before/After pics included.
The reason why I was getting 403 was because my database was set up wrong so unlikely this error would show up in production, still better to handle errors properly on client side for any other kinds of errors (like 500 due to timeout).
Set up this project once again and went to create a class, I found some runtime error. It was because we were parsing json on a non 200 response from the API. Before/After pics included.
The reason why I was getting 403 was because my database was set up wrong so unlikely this error would show up in production, still better to handle errors properly on client side for any other kinds of errors (like 500 due to timeout).
Checklist:
Update index.md
)