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.

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.

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?
