Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues setting up Office 365 in ERPNext #26175

Open
skuldbotcom opened this issue Apr 26, 2024 · 0 comments
Open

Issues setting up Office 365 in ERPNext #26175

skuldbotcom opened this issue Apr 26, 2024 · 0 comments
Labels

Comments

@skuldbotcom
Copy link

Can someone help me with the following error? This error appears when you press the button Authorize API Access.

Traceback (most recent call last):
File "apps/frappe/frappe/app.py", line 110, in application
response = frappe.api.handle(request)
File "apps/frappe/frappe/api/init.py", line 49, in handle
data = endpoint(**arguments)
File "apps/frappe/frappe/api/v1.py", line 36, in handle_rpc_call
return frappe.handler.handle()
File "apps/frappe/frappe/handler.py", line 49, in handle
data = execute_cmd(cmd)
File "apps/frappe/frappe/handler.py", line 85, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File "apps/frappe/frappe/init.py", line 1718, in call
return fn(*args, **newargs)
File "apps/frappe/frappe/utils/typing_validations.py", line 31, in wrapper
return func(*args, **kwargs)
File "apps/frappe/frappe/integrations/doctype/connected_app/connected_app.py", line 172, in callback
frappe.throw(_("Invalid state."))
File "apps/frappe/frappe/init.py", line 602, in throw
msgprint(
File "apps/frappe/frappe/init.py", line 567, in msgprint
_raise_exception()
File "apps/frappe/frappe/init.py", line 518, in _raise_exception
raise exc
frappe.exceptions.ValidationError: Invalid state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant