There are few steps you can take here.
Check the stage has properly created. Try Snowpipe refresh feature.
ALTER PIPE <snowpipe name> REFRESH;
Check if SnowPipe is doing fine with SnowPipe status
SELECT SYSTEM$PIPE_STATUS( '<snowpipe name>');