Suddenly I cannot import Back End Modules after Years of being able to ?!
I suspect a problem on Wix side not my code as I have not changed the code for years and it was worked ok until now
eg.
import { mediaManager } from 'wix-media-backend';
also
import wixStoresBackend from 'wix-stores-backend';
import wixData from 'wix-data';
import { members } from 'wix-members-backend';
import { currentMember } from 'wix-members-backend';
import { wixUsers } from 'wix-users-backend';
I did a very minor republish a few days ago to change a date in the text on a page but still the code was unchanged.
I see this thread also highlighted the problem over a year ago which magically went away but I need this fixing by Wix today please
I was about to respond, but I’m glad to hear the issue has been resolved.
Personally, I had a feeling that there was a slight mistake in the way the backend module was being imported. So, what was the cause in the end?