Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
On a freshly installed Drupal 10.2.1 installation, this leads to an empty edit field in admin/config/media/file-system. Because of that, you can't save the form (mandatory field) to save other options.
When searching online I have seen multiple answers to this question and I wondered if anyone could tell me the correct way? php.ini? cpanel? Drupal configuration? Apologies for such as basic question but I'm learning. Thanks!
I have created a Rest API to create a user after success full user creation created CSRF token for the further user access. created csrf token using below core functions. using get() - function i am able to get a csrf token.
public function get($value = '') {