Anyone has any idea why i can't GET or POST to my custom endpoint after i've successfully authenticated.
I added authorization head with the same token i've got back.
I've tried moving the 'SIMPLE_JWT_AUTHENTICATION_SECRET_KEY' in wp-config to the top/bottom and still not working.
by the way i'm using this plugin on a multisite.
NVM i found a solution myself. It was conflicting with the existing plugin. Deactivate it or uninstall it works.
Anyone has any idea why i can't GET or POST to my custom endpoint after i've successfully authenticated. I added authorization head with the same token i've got back.
I've tried moving the 'SIMPLE_JWT_AUTHENTICATION_SECRET_KEY' in wp-config to the top/bottom and still not working.
by the way i'm using this plugin on a multisite.
NVM i found a solution myself. It was conflicting with the existing plugin. Deactivate it or uninstall it works.