I would load the project’s index page in a browser and watch the console messages while using the page. I started with a similar content security policy to yours but had to expand it considerably to get things working as I saw many messages about things being blocked by the CSP. If everything works without errors in the browser, you may need to add some logging (requests, responses, etc.) to your server and routes to determine what is happening during the tests.
Hey Guys;
I am using the challenge found in the Information Security Cert. projects link above. I think it may be the wrong one? I want to do the one required for the legacy Full Stack Certification.
I noticed the git repository has 2 branches not merged yet…perhaps this is an issue?
I pulled from the git repository into Glitch so I can use the auto export to Git on Glitch - perhaps these are glitch ‘glitches’? I’ve seen that before
The challenge only asks to handle api queries, but I noticed that the front end fails /page refreshes when trying to submit the query using the form/inputs, so I updated the HTML to stop it’s (submit)=> which uses serialize-I just used the HTML tag to do it: