403 Response from REST API in Dev Store: Access Scope issues

I am developing an app with the Remix template provided by Shopify CLI, and I get a 403 response when trying to access the REST admin API. It is just a simple get all products-call, and I successfully receive both “admin” and “session” from the authentication.

Screenshot 2024-04-14 at 23.31.15.png

This is the API response:

I have updated shopify.app.toml to the correct scope, but it seems that the access scope is not correctly registered.

Screenshot 2024-04-14 at 23.34.09.png

I have just edited the file and run “npm run dev”. Do I need to do anything else in order for the access scope to be registered?